View | Annotate | Download (5.8 KB)
Re-add guid patch
UNDO: Support for the <guid> RSS element
Some feeds contain episodes whose URL changes with time. (For example, to archive old episodes to a different server) Unfortunately, hpodder will see this as a new episode and re-download it.
This patch treats the <guid> RSS element, if present (the <guid> element is optional), as an additional unique identifier for an episode. If the URL for an episode with a GUID changes, the URL of the old episode will be updated and the episode will not be re-downloaded.
Support for the <guid> RSS element
s/eplastdownload/epfirstattempt/g
Rename eplastupdate -> eplastdownload
Misc cleanups
More MissingH transition
First set of updates for MissingH 0.18
Minor tweaks
Properly handle invalid lengths
Complete support for storing size in db
Store estimated size in DB where available
Now accomodate situation where there is no title for an item
Better strof error reporting
ipodder importer seems to be working now
Fix unicode RSS fee problem
Initial add of import-ipodder and hack to not requirclosure type
Properly unescape attributes and titles
More tweaks
Checkpointing
More hspod -> hpodder renaming
Lots o updates
Added Download capability Added support for per-command long help Added Update command skeleton Added global info to pass to commands
Feed parser WORKS
Basic item parser done
Updated
Basic feed parser is working