mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 23:05:11 -05:00
Add SD search to RARBG provider
Previously, the search was conducted only TV HD Episodes. Now searches into TV Episodes, without making 2 http requests
This commit is contained in:
parent
973a1a8bef
commit
671e3ff8ef
@ -67,7 +67,7 @@ class RarbgProvider(generic.TorrentProvider):
|
||||
|
||||
self.url = self.urls['base_url']
|
||||
|
||||
self.subcategories = [41] #18
|
||||
self.subcategories = ['18;41']
|
||||
|
||||
|
||||
def getURL(self, url, post_data=None, params=None, timeout=30, json=False):
|
||||
|
Loading…
Reference in New Issue
Block a user