1.1.13 – 2025-10-09
Fixed
- Feed verification now works properly for YouTube feeds. ProxyFeed officially supports the Atom format — thanks to YouTube’s feed structure for inspiring this improvement. Verification logic now correctly detects codes inside Atom feeds (
<group><description>, <summary>, <content>), with smarter date sorting (published → updated → order) and fallback for broken timestamps.
Change
- Feed parsing is gradually migrating to fast-xml-parser, marking the beginning of the transition away from rss-parser for better namespace handling, stability, and consistency.