mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-18 08:43:37 +00:00
Merge branch 'feature/AddRarbgCat' into dev
This commit is contained in:
commit
49014ab048
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
|
||||
* Change update help of affected endpoints
|
||||
* Fix explicitly save rootdirs after adding or deleting via Web API
|
||||
* Change add Rarbg UHD search category
|
||||
|
||||
|
||||
[develop changelog]
|
||||
|
|
|
@ -41,7 +41,7 @@ class RarbgProvider(generic.TorrentProvider):
|
|||
'api_list': self.url_api + 'mode=list',
|
||||
'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_tid': '&search_tvdb=%(sid)s',
|
||||
'param_str': '&search_string=%(str)s',
|
||||
|
|
Loading…
Reference in a new issue