Private GIT

Skip to content
Snippets Groups Projects
Commit a48d60f6 authored by adaur's avatar adaur
Browse files

Fix T411

parent 4be7b3b0
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ from requests.auth import AuthBase
from sickbeard import logger
from sickbeard import tvcache
from sickbeard.common import USER_AGENT
from sickrage.providers.torrent.TorrentProvider import TorrentProvider
......@@ -46,6 +47,8 @@ class T411Provider(TorrentProvider):
self.url = self.urls['base_url']
self.headers.update({'User-Agent': USER_AGENT})
self.subcategories = [433, 637, 455, 639]
self.minseed = 0
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment