mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Merge pull request #1050 from JackDandy/feature/ChangeProv
Change TBy prov add UHD cat.
This commit is contained in:
commit
238e226dec
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
* Add ability to differentiate webdl/rip sources so overwriting propers is always done from the same source (e.g. AMZN)
|
* Add ability to differentiate webdl/rip sources so overwriting propers is always done from the same source (e.g. AMZN)
|
||||||
* Change layout of quality custom to improve clarity
|
* Change layout of quality custom to improve clarity
|
||||||
* Change tweak text of SD DVD to include BD/BR
|
* Change tweak text of SD DVD to include BD/BR
|
||||||
|
* Change TBy prov add UHD cat
|
||||||
|
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
|
|
|
@ -36,7 +36,7 @@ class TorrentBytesProvider(generic.TorrentProvider):
|
||||||
self.url_tmpl = {'config_provider_home_uri': '%(home)s', 'login_action': '%(home)s%(vars)s',
|
self.url_tmpl = {'config_provider_home_uri': '%(home)s', 'login_action': '%(home)s%(vars)s',
|
||||||
'search': '%(home)s%(vars)s'}
|
'search': '%(home)s%(vars)s'}
|
||||||
|
|
||||||
self.categories = {'Season': [41, 32], 'Episode': [33, 37, 38]}
|
self.categories = {'Season': [41], 'Episode': [32, 33, 37, 38]}
|
||||||
self.categories['Cache'] = self.categories['Season'] + self.categories['Episode']
|
self.categories['Cache'] = self.categories['Season'] + self.categories['Episode']
|
||||||
|
|
||||||
self.username, self.password, self.freeleech, self.minseed, self.minleech = 5 * [None]
|
self.username, self.password, self.freeleech, self.minseed, self.minleech = 5 * [None]
|
||||||
|
|
Loading…
Reference in a new issue