Private GIT

Skip to content
Snippets Groups Projects
Commit b028f0f1 authored by Guillaume Kulakowski's avatar Guillaume Kulakowski Committed by Kfir Hadas
Browse files

Update Torrent9 URL and fix tests (#3942)

* Update Torrent9 URL

* Fix Torrent9 tests, update cassette
parent 8c607034
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class Torrent9Provider(TorrentProvider):
self.public = True
self.minseed = None
self.minleech = None
self.url = "http://www.torrent9.biz"
self.url = "http://www.torrent9.cc"
self.proper_strings = ['PROPER', 'REPACK']
self.cache = tvcache.TVCache(self)
......
......@@ -50,8 +50,6 @@ overwrite_cassettes = False
disabled_provider_tests = {
# ???
'Cpasbien': ['test_rss_search', 'test_episode_search', 'test_season_search'],
# ???
'Torrent9': ['test_rss_search', 'test_episode_search', 'test_season_search'],
# api_maintenance still
'TorrentProject': ['test_rss_search', 'test_episode_search', 'test_season_search'],
# Have to trick it into thinking is an anime search, and add string overrides
......@@ -62,7 +60,7 @@ disabled_provider_tests = {
}
test_string_overrides = {
'Cpasbien': {'Episode': ['The 100 S02E16'], 'Season': ['The 100 S02']},
'Torrent9': {'Episode': ['NCIS S14E09'], 'Season': ['NCIS S14']},
'Torrent9': {'Episode': ['Arrow S05E01'], 'Season': ['Arrow S05']},
'Nyaa': {'Episode': ['Fairy Tail S2'], 'Season': ['Fairy Tail S2']},
'TokyoToshokan': {'Episode': ['Fairy Tail S2'], 'Season': ['Fairy Tail S2']},
'HorribleSubs': {'Episode': ['Fairy Tail S2'], 'Season': ['Fairy Tail S2']},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment