mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 16:22:45 +00:00
merge pull request #685 from vergessen: updated dognzb api url
This commit is contained in:
parent
df4f897b82
commit
6fc3443af4
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDa
|
|||
#if bb is not None: logger.fdebug("results: " + str(bb))
|
||||
elif nzbprov != 'experimental':
|
||||
if nzbprov == 'dognzb':
|
||||
findurl = "https://dognzb.cr/api?t=search&q=" + str(comsearch) + "&o=xml&cat=7030"
|
||||
findurl = "https://api.dognzb.cr/api?t=search&q=" + str(comsearch) + "&o=xml&cat=7030"
|
||||
elif nzbprov == 'nzb.su':
|
||||
findurl = "https://api.nzb.su/api?t=search&q=" + str(comsearch) + "&o=xml&cat=7030"
|
||||
elif nzbprov == 'newznab':
|
||||
|
|
Loading…
Reference in a new issue