@gsapient wrote:
I have the following lines in my configuration:
rss: url: https://... other_fields: [fileName] manipulate: - title: {from: fileName} if: - "('720p' in quality or '1080p' in quality) and not ('CONVERT' in title or 'TBS' in title)": {assume_quality: dd5.1}
and I get this error:
Error occurred while evaluating statement `('720p' in quality or '1080p' in quality) and not ('CONVERT' in title or 'TBS' in title)`. (argument of type 'StrictUndefined' is not iterable)
The same "if" rule works with other RSS feeds.
I have no idea what this means or how to fix it. Please helpHere is a sample entry from that RSS feed:
<item> <title><![CDATA[Someshow - S01E12 [WebRip / x264 / MKV / 1080p / HD / Somegroup / Someshow.s01e12.1080p.web.x264-Somegroup.mkv]]]></title> <link>https://somesite.com/torrents.php?id=123456</link> <category domain="https://somesite.com/torrents.php?filter_cat[1]=1"><![CDATA[Episode]]></category> <pubDate>Mon, 17 Jul 2017 13:08:51 +0000</pubDate> <description><![CDATA[]]></description> <tags><![CDATA[episode something other autofill webrip x264 mkv 1080p hd somegroup.release]]></tags> <dc:creator>someone</dc:creator> <enclosure url="https://somesite.com/torrents.php?action=download&authkey=123456789e&torrent_pass=123456789&id=157594" length="67844" type="application/x-bittorrent" /> <comments>https://somesite.com/torrents.php?id=157594</comments> <guid>https://somesite.com/torrents.php?id=157594</guid> <torrent xmlns="http://xmlns.ezrss.it/0.1/"> <fileName><![CDATA[Someshow.s01e12.1080p.web.x264-Somegroup.mkv]]></fileName> <infoHash><![CDATA[%1B%C5%0B%11%EF%A0%E7%AFP%B4%7C%24%AA%9C%21J%B5%993%3A]]></infoHash> <contentLength>661692720</contentLength> <contentLengthHR>631.04 MB</contentLengthHR> </torrent> </item>
Posts: 4
Participants: 2