Rafostar/shell-rss-torrent

Download all in feed.

sanskubu1 opened this issue · 1 comments

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.

If you just include an empty "contains" tag it'll get everything. i.e.:

<config>
  <watchdir> ... </watchdir>
  <history> ... </history>
  <feed url="...">
    <contains />
  </feed>
</config>