mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Change include x265 category when searching IPT provider.
This commit is contained in:
parent
bdad07d5a1
commit
2aab438f38
2 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,7 @@
|
||||||
* Change prevent duplicate results in "Add New Show"
|
* Change prevent duplicate results in "Add New Show"
|
||||||
* Add qBitTorrent to Search Settings/Torrent Search
|
* Add qBitTorrent to Search Settings/Torrent Search
|
||||||
* Add "Test NZBGet" client to Search Settings/NZB Search/NZBGet
|
* Add "Test NZBGet" client to Search Settings/NZB Search/NZBGet
|
||||||
|
* Change include x265 category when searching IPT provider
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
* Change send nzb data to NZBGet for Anizb instead of url
|
* Change send nzb data to NZBGet for Anizb instead of url
|
||||||
|
|
|
@ -35,7 +35,7 @@ class IPTorrentsProvider(generic.TorrentProvider):
|
||||||
self.url_tmpl = {'config_provider_home_uri': '%(home)s', 'login': '%(home)s%(vars)s',
|
self.url_tmpl = {'config_provider_home_uri': '%(home)s', 'login': '%(home)s%(vars)s',
|
||||||
'search': '%(home)s%(vars)s', 'get': '%(home)s%(vars)s'}
|
'search': '%(home)s%(vars)s', 'get': '%(home)s%(vars)s'}
|
||||||
|
|
||||||
self.categories = {'shows': [4, 5, 22, 23, 24, 25, 26, 55, 65, 66, 73, 78, 79], 'anime': [60]}
|
self.categories = {'shows': [4, 5, 22, 23, 24, 25, 26, 55, 65, 66, 78, 79, 99], 'anime': [60]}
|
||||||
|
|
||||||
self.proper_search_terms = None
|
self.proper_search_terms = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue