mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-19 09:13:37 +00:00
Change add Rarbg UHD search category.
This commit is contained in:
parent
35132a1e8d
commit
ffff95fe34
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
||||||
* Add optional "freespace" parameter to endpoints: sg.getrootdirs, sg.addrootdir, sg.deleterootdir
|
* Add optional "freespace" parameter to endpoints: sg.getrootdirs, sg.addrootdir, sg.deleterootdir
|
||||||
* Change update help of affected endpoints
|
* Change update help of affected endpoints
|
||||||
* Fix explicitly save rootdirs after adding or deleting via Web API
|
* Fix explicitly save rootdirs after adding or deleting via Web API
|
||||||
|
* Change add Rarbg UHD search category
|
||||||
|
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
|
|
|
@ -41,7 +41,7 @@ class RarbgProvider(generic.TorrentProvider):
|
||||||
'api_list': self.url_api + 'mode=list',
|
'api_list': self.url_api + 'mode=list',
|
||||||
'api_search': self.url_api + 'mode=search'}
|
'api_search': self.url_api + 'mode=search'}
|
||||||
|
|
||||||
self.params = {'defaults': '&format=json_extended&category=18;41&limit=100&sort=last&ranked={r}&token={t}',
|
self.params = {'defaults': '&format=json_extended&category=18;41;49&limit=100&sort=last&ranked={r}&token={t}',
|
||||||
'param_iid': '&search_imdb=%(sid)s',
|
'param_iid': '&search_imdb=%(sid)s',
|
||||||
'param_tid': '&search_tvdb=%(sid)s',
|
'param_tid': '&search_tvdb=%(sid)s',
|
||||||
'param_str': '&search_string=%(str)s',
|
'param_str': '&search_string=%(str)s',
|
||||||
|
|
Loading…
Reference in a new issue