diff --git a/sickbeard/providers/nyaatorrents.py b/sickbeard/providers/nyaatorrents.py index 793ead15..6ac9e208 100644 --- a/sickbeard/providers/nyaatorrents.py +++ b/sickbeard/providers/nyaatorrents.py @@ -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() \ No newline at end of file +provider = NyaaProvider()