From ac3100e27aab2ea1d40297eabf491c1a08eca37c Mon Sep 17 00:00:00 2001
From: Alexandre Beloin <alexandre.beloin@gmail.com>
Date: Sun, 12 Apr 2015 23:57:35 -0400
Subject: [PATCH] NYAA: Switch from cat 1_37 to 1_0 (All Anime)

---
 sickbeard/providers/nyaatorrents.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sickbeard/providers/nyaatorrents.py b/sickbeard/providers/nyaatorrents.py
index e4e590f0..d2e6d38d 100644
--- a/sickbeard/providers/nyaatorrents.py
+++ b/sickbeard/providers/nyaatorrents.py
@@ -73,7 +73,7 @@ class NyaaProvider(generic.TorrentProvider):
 
         params = {
             "term": search_string.encode('utf-8'),
-            "cats": '1_37',  # Limit to English-translated Anime (for now)
+            "cats": '1_0',  # All anime
             "sort": '2',     # Sort Descending By Seeders
         }
 
-- 
GitLab