Rafostar / shell-rss-torrent

Download torrents from RSS feeds with a simple shell script
MIT License
25 stars 6 forks source link

Only the first multi is seen #3

Closed markwaters closed 2 years ago

markwaters commented 2 years ago

Portion of my config file :

  <feed url="https://eztv.re/ezrss.xml">
    <multi>
      <contains>The Orville</contains>
      <contains>1080p</contains>
      <contains>HEVC</contains>
      <contains>x265</contains>
      <contains>MeGusta</contains>
    </multi>
    <multi>
      <contains>Anarchists</contains>
      <contains>1080p</contains>
      <contains>HEVC</contains>
      <contains>x265</contains>
      <contains>MeGusta</contains>
    </multi>
    <multi>
      <contains>Barry</contains>
      <contains>1080p</contains>
      <contains>HEVC</contains>
      <contains>x265</contains>
      <contains>MeGusta</contains>
    </multi>
</feed>

Only the first multi is seen

Total feeds in config: 1
feed 1: https://eztv.re/ezrss.xml
   multi 1: The Orville, found: 0

Is this intentional , or am I doing something wrong ? Thanks.

Rafostar commented 2 years ago

Should be fixed now.

markwaters commented 2 years ago

Awesome! Thank you so much.