Download all in feed.
sanskubu1 opened this issue · 1 comments
sanskubu1 commented
I have a personal bookmark feed. Is there anyway to tell the script to download all the torrents in the feed? I tried * in contains variable but it doesn't work.
Thanks.
glancep commented
If you just include an empty "contains" tag it'll get everything. i.e.:
<config>
<watchdir> ... </watchdir>
<history> ... </history>
<feed url="...">
<contains />
</feed>
</config>