From f22f0bedebd742157a1a02c3a6a92edc457471ea Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Sat, 14 Sep 2013 15:58:54 +0930 Subject: [PATCH] change to searcher.try_next api call. fixes #177 --- autoProcess/autoProcessMovie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoProcess/autoProcessMovie.py b/autoProcess/autoProcessMovie.py index 5646156f..bffec635 100644 --- a/autoProcess/autoProcessMovie.py +++ b/autoProcess/autoProcessMovie.py @@ -277,7 +277,7 @@ def process(dirName, nzbName=None, status=0, clientAgent = "manual", download_id Logger.error("Exiting autoProcessMovie script") return 1 # failure - url = baseURL + "searcher.try_next/?id=" + movie_id + url = baseURL + "movie.searcher.try_next/?id=" + movie_id Logger.debug("Opening URL: %s", url)