This commit is contained in:
Kyle Brown 2020-12-19 15:55:13 -08:00
parent adf288d36a
commit f5560b3b1c
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
download_dir=/tmp/torrents/
download_dir=./
[url]
"1"="https://nyaa.si/?page=rss"
[quality]

View file

@ -32,5 +32,4 @@ for url in urlList:
if qul in item.title and not isEmptyOrWhitespace(qul):
for ti in titleList:
if ti in item.title and not isEmptyOrWhitespace(ti):
echo item.link
client.downloadFile(item.link, download_dir & item.title & ".torrent")