Cleanup
This commit is contained in:
parent
adf288d36a
commit
f5560b3b1c
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
download_dir=/tmp/torrents/
|
||||
download_dir=./
|
||||
[url]
|
||||
"1"="https://nyaa.si/?page=rss"
|
||||
[quality]
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue