From 2c6dcdc84de91efe0164dba8d294ca49846fab3f Mon Sep 17 00:00:00 2001 From: JackDandy Date: Fri, 8 May 2015 11:07:08 +0100 Subject: [PATCH] Change URL of scene exceptions file for TVRage indexer. --- CHANGES.md | 1 + sickbeard/indexers/indexer_config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ea6311d7..58cf8674 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -36,6 +36,7 @@ * Change to post process files ordered largest to smallest and tidied PP logging output * Add "then trash subdirs and files" to the Process method "Move" on the manual post process page * Add using show scene exceptions with post processing +* Change URL of scene exceptions file for TVRage indexer * Change overhaul processTV into a thread safe class * Change postProcessor and processTV to PEP8 standards * Change overhaul Manual Post-Processing page in line with layout style and improve texts diff --git a/sickbeard/indexers/indexer_config.py b/sickbeard/indexers/indexer_config.py index 2bf67068..8764dcbc 100644 --- a/sickbeard/indexers/indexer_config.py +++ b/sickbeard/indexers/indexer_config.py @@ -46,6 +46,6 @@ indexerConfig[INDEXER_TVDB]['base_url'] = 'http://thetvdb.com/api/%(apikey)s/ser # TVRAGE Indexer Settings indexerConfig[INDEXER_TVRAGE]['xem_origin'] = 'rage' indexerConfig[INDEXER_TVRAGE]['icon'] = 'tvrage16.png' -indexerConfig[INDEXER_TVRAGE]['scene_url'] = 'https://raw.githubusercontent.com/echel0n/sb_tvrage_scene_exceptions/master/exceptions.txt' +indexerConfig[INDEXER_TVRAGE]['scene_url'] = 'https://sickgear.github.io/sg_tvrage_scene_exceptions/exceptions.txt' indexerConfig[INDEXER_TVRAGE]['show_url'] = 'http://tvrage.com/shows/id-' indexerConfig[INDEXER_TVRAGE]['base_url'] = 'http://tvrage.com/showinfo.php?key=%(apikey)s&sid=' % indexerConfig[INDEXER_TVRAGE]['api_params'] \ No newline at end of file