Rafostar/shell-rss-torrent

Only the first multi is seen

markwaters opened this issue · 2 comments

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.

Should be fixed now.

Awesome!
Thank you so much.