Complete RSS/OPML output metadata #28
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Three gaps in the generated output:
<itunes:image>elements lackwidth/heightattributes (Apple recommends 3000×3000 artwork).opml.xmlhas no<head><dateModified>timestamp, so aggregators cannot tell when the index last changed.feed.xmlyet, so a silently missing feed is easy to overlook.Plan of attack:
tests/test_feed.pyandtests/test_opml.py.<itunes:image>carries width/height (3000×3000).<dateModified>with the current UTC timestamp.feed.xmltriggers a--verbosewarning.src/sub2pod/feed.py(width/height) andsrc/sub2pod/opml.py(dateModified + warning).uv run tryke test.