mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 13:34:33 +00:00
parent
201d86ba4d
commit
137a6f70c4
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDa
|
|||
if host_torznab[len(host_torznab)-1:len(host_torznab)] == '/':
|
||||
torznab_fix = host_torznab[:-1]
|
||||
else:
|
||||
torznab_fix = host.torznab
|
||||
torznab_fix = host_torznab
|
||||
findurl = str(torznab_fix) + "?t=search&q=" + str(comsearch)
|
||||
if category_torznab is not None:
|
||||
findurl += "&cat=" + str(category_torznab)
|
||||
|
|
Loading…
Reference in a new issue