Ticket #671 (closed enhancement: fixed)
Grouping links in rss items, to make download tolerant to broken urls
| Reported by: | Niluge_KiWi | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | Plugins | Keywords: | multiple downloads, enclosures, rss, error, broken url, broken link |
| Cc: | Version (eg. 1.0r2700): |
Description
So as discussed on irc, here is my patch to implement grouping links:
If "group links" value is set to True, all links from a feed item are stored, and only one entry per item is generated. Links are enclosures plus item fields given by the "link" value, in that order.
Then the download plugin will try each url until one works, instead of just one url.
Example: rss:
url: <url> group links: yes
Download errors are just logged as warning. If all urls have failed, then the entry is rejected, as done previously.
if "group links" is not set or set to false, this patch should be a no op.
