From ea5d274f4d9b9f49645c416c52b7a05878c7f78a Mon Sep 17 00:00:00 2001 From: mano3m Date: Wed, 11 Dec 2013 22:40:01 +0100 Subject: [PATCH] Add another check --- couchpotato/core/plugins/renamer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index eb8fbd24..b4f668ff 100755 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -857,7 +857,7 @@ Remove it if you want it to be renamed (again, or at least let it try again) continue # Check if download ID is available - if not rel_dict['info'].get('download_id'): + if not rel_dict['info'].get('download_id') or not rel_dict['info'].get('download_downloader'): log.debug('Download status functionality is not implemented for downloader (%s) of release %s.', (rel_dict['info'].get('download_downloader', 'unknown'), rel_dict['info']['name'])) scan_required = True