mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 23:05:11 -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user