mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Limiting search to English-translated only (for now)
This commit is contained in:
parent
0d54346cbd
commit
0e989fe90f
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue