From 12423e9d9e6bbf6e39e08a3954689d967092d57b Mon Sep 17 00:00:00 2001 From: evilhero Date: Mon, 18 May 2015 17:03:59 -0400 Subject: [PATCH] FIX:(#1018) Invalid URL being passed for download (another attenpt) --- mylar/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mylar/search.py b/mylar/search.py index fc09e4d8..ef8c1902 100755 --- a/mylar/search.py +++ b/mylar/search.py @@ -1662,16 +1662,16 @@ def searcher(nzbprov, nzbname, comicinfo, link, IssueID, ComicID, tmpprov, direc apikey = newznab[2].rstrip() down_url = host_newznab_fix + 'api' + verify = False else: down_url = 'https://api.nzb.su/api?' apikey = mylar.NZBSU_APIKEY + verify = True #unsure if verify should be set to True for nzb.su or not. payload = {'t': 'get', 'id': str(nzbid), 'apikey': str(apikey)} - verify = False #unsure if verify should be set to True for nzb.su or not. - logger.info('payload:' + str(payload)) elif nzbprov == 'dognzb':