1
0
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:
CoRpO 2015-02-20 12:32:57 +01:00
parent 973a1a8bef
commit 671e3ff8ef

View File

@ -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):