mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Limiting search to English-translated only (for now)
This commit is contained in:
parent
0d54346cbd
commit
0e989fe90f
@ -71,6 +71,7 @@ class NyaaProvider(generic.TorrentProvider):
|
||||
return []
|
||||
|
||||
params = {"term": search_string.encode('utf-8'),
|
||||
"cats": '1_37', #Limit to English-translated Anime (for now)
|
||||
"sort": '2', #Sort Descending By Seeders
|
||||
}
|
||||
|
||||
@ -152,4 +153,4 @@ class NyaaCache(tvcache.TVCache):
|
||||
return self._addCacheEntry(title, url)
|
||||
|
||||
|
||||
provider = NyaaProvider()
|
||||
provider = NyaaProvider()
|
||||
|
Loading…
Reference in New Issue
Block a user