1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Limiting search to English-translated only (for now)

This commit is contained in:
Nils Vogels 2014-06-02 00:05:07 +02:00
parent 0d54346cbd
commit 0e989fe90f

View File

@ -71,6 +71,7 @@ class NyaaProvider(generic.TorrentProvider):
return [] return []
params = {"term": search_string.encode('utf-8'), params = {"term": search_string.encode('utf-8'),
"cats": '1_37', #Limit to English-translated Anime (for now)
"sort": '2', #Sort Descending By Seeders "sort": '2', #Sort Descending By Seeders
} }