mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Merge pull request #351 from JackDandy/feature/ChangeTVRageExceptionsURL
Change URL of scene exceptions file for TVRage indexer.
This commit is contained in:
commit
38e0de92a4
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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']
|
Loading…
Reference in a new issue