From d3b97bc08e45d6b095e5066d4c7831eb16d595ec Mon Sep 17 00:00:00 2001 From: evilhero Date: Fri, 12 Apr 2013 00:52:01 -0400 Subject: [PATCH] FIX:(#337) nzbx.co fix for incorrect link URL's (fix for the fix that was corrected) --- mylar/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mylar/search.py b/mylar/search.py index 4508a7c0..0612a68a 100755 --- a/mylar/search.py +++ b/mylar/search.py @@ -805,8 +805,8 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, nzbprov, nzbpr, Is #we need to change the nzbx string now to allow for the nzbname rename. if nzbprov == 'nzbx': - nzbxlink_st = linkapi.find("::::") - linkapi = linkapi[:(nzbxlink_st + 4)] + str(nzbname) + nzbxlink_st = linkapi.find("*|*") + linkapi = linkapi[:(nzbxlink_st + 3)] + str(nzbname) logger.fdebug("new linkapi (this should =nzbname) :" + str(linkapi)) # #test nzb.get