mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
FIX: stupid typo in download url
This commit is contained in:
parent
12423e9d9e
commit
66c9fbe99d
1 changed files with 2 additions and 2 deletions
|
@ -1805,8 +1805,8 @@ def searcher(nzbprov, nzbname, comicinfo, link, IssueID, ComicID, tmpprov, direc
|
||||||
nzbURL = linkapi
|
nzbURL = linkapi
|
||||||
else:
|
else:
|
||||||
#for nzb.su
|
#for nzb.su
|
||||||
fileURL = urllib.quote_plus(downurl + '&i=' + mylar.NZBSU_UID + '&r=' + mylar.NZBSU_APIKEY)
|
fileURL = urllib.quote_plus(down_url + '&i=' + mylar.NZBSU_UID + '&r=' + mylar.NZBSU_APIKEY)
|
||||||
nzbURL = downurl + '&i=' + str(mylar.NZBSU_UID) + '&r=' + str(mylar.NZBSU_APIKEY)
|
nzbURL = down_url + '&i=' + str(mylar.NZBSU_UID) + '&r=' + str(mylar.NZBSU_APIKEY)
|
||||||
|
|
||||||
elif nzbprov == 'dognzb':
|
elif nzbprov == 'dognzb':
|
||||||
linkapi = down_url
|
linkapi = down_url
|
||||||
|
|
Loading…
Reference in a new issue