diff --git a/nzbtomedia/autoProcess/autoProcessTV.py b/nzbtomedia/autoProcess/autoProcessTV.py index a0034e50..df77fc8f 100644 --- a/nzbtomedia/autoProcess/autoProcessTV.py +++ b/nzbtomedia/autoProcess/autoProcessTV.py @@ -154,10 +154,6 @@ class autoProcessTV: logger.error("Unable to open URL: %s" % (url), section) return 1 # failure - if not r.ok: - logger.error('FAILED: Something went wrong!, check your logs ...', section) - return 1 - for line in r.iter_lines(): if line: logger.postprocess("%s" % (line), section)