Closed bazzawill closed 4 years ago
There's not much we can do without any information: Which provider, which parameters, logs, which file, etc.
$ subliminal --debug download -l en Beverly\ Hills\ 90210\ -\ s01e01\ -\ Class\ Of\ Beverly\ Hills.avi
Collecting videos [####################################] 100% Beverly Hills 90210 - s01e01 - Class Of Beverly Hills.aviDEBUG:subliminal.cli:Collecting path Beverly Hills 90210 - s01e01 - Class Of Beverly Hills.avi
INFO:subliminal.core:Scanning video 'Beverly Hills 90210 - s01e01 - Class Of Beverly Hills.avi' in ''
DEBUG:subliminal.core:Size is 734199808
DEBUG:subliminal.core:Computed hashes {'thesubdb': '774c12690ced6f526de3cea65ca1487b', 'opensubtitles': 'cb88828feb94144a', 'shooter': '9ecb554716d51fde05e084479dbb0da7;5b46119e2960a435494f691bdf57754f;55fdbfdb624489d00024a8ac0e3b5373;47943a0f5f5603115fdde342ae42e101', 'napiprojekt': 'a80ec001b212b2130b64947ea6f6225d'}
DEBUG:subliminal.core:Found subtitles {}
INFO:subliminal.core:Refining video with metadata
DEBUG:subliminal.refiners.metadata:Unsupported video extension .avi
INFO:subliminal.core:Refining video with tvdb
INFO:subliminal.refiners.tvdb:Searching series 'Beverly Hills 90210'
DEBUG:subliminal.refiners.tvdb:Found 1 results
ERROR:subliminal.refiners.tvdb:No matching series found
INFO:subliminal.core:Refining video with omdb
ERROR:subliminal.core:Failed to refine video
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/subliminal/core.py", line 542, in refine
refiner_manager[refiner].plugin(video, *kwargs)
File "/usr/local/lib/python2.7/dist-packages/subliminal/refiners/omdb.py", line 115, in refine
results = search(video.series, 'series', video.year)
File "</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-11>", line 2, in search
File "/usr/local/lib/python2.7/dist-packages/dogpile/cache/region.py", line 1272, in get_or_create_for_user_func
should_cache_fn, (arg, kw))
File "/usr/local/lib/python2.7/dist-packages/dogpile/cache/region.py", line 879, in get_or_create
async_creator) as value:
File "/usr/local/lib/python2.7/dist-packages/dogpile/lock.py", line 186, in enter
return self._enter()
File "/usr/local/lib/python2.7/dist-packages/dogpile/lock.py", line 93, in _enter
generated = self._enter_create(value, createdtime)
File "/usr/local/lib/python2.7/dist-packages/dogpile/lock.py", line 179, in _enter_create
return self.creator()
File "/usr/local/lib/python2.7/dist-packages/dogpile/cache/region.py", line 839, in gen_value
created_value = creator(creator_args[0], **creator_args[1])
File "/usr/local/lib/python2.7/dist-packages/subliminal/refiners/omdb.py", line 76, in search
results = omdb_client.search(title, type, year)
File "/usr/local/lib/python2.7/dist-packages/subliminal/refiners/omdb.py", line 59, in search
r.raise_for_status()
File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 401 Client Error: Unauthorized for url: http://www.omdbapi.com/?r=json&v=1&s=Beverly+Hills+90210&type=series&page=1
Collecting videos [####################################] 100%
1 video collected / 0 video ignored / 0 error
Downloading subtitles [####################################] 100% Beverly Hills 90210 - s01e01 - Class Of Beverly Hills.aviINFO:subliminal.core:Listing subtitles with provider 'legendastv' and languages set([<Language [en]>])
INFO:subliminal.core:Initializing provider legendastv
INFO:subliminal.core:Listing subtitles with provider 'shooter' and languages set([<Language [en]>])
INFO:subliminal.core:Initializing provider shooter
INFO:subliminal.core:Listing subtitles with provider 'podnapisi' and languages set([<Language [en]>])
INFO:subliminal.core:Initializing provider podnapisi
DEBUG:subliminal.providers.shooter:Searching subtitles {'lang': 'eng', 'pathinfo': '/mnt/md0/pub/new/Beverly Hills 90210/Season 1/Beverly Hills 90210 - s01e01 - Class Of Beverly Hills.avi', 'filehash': '9ecb554716d51fde05e084479dbb0da7;5b46119e2960a435494f691bdf57754f;55fdbfdb624489d00024a8ac0e3b5373;47943a0f5f5603115fdde342ae42e101', 'format': 'json'}
INFO:subliminal.providers.podnapisi:Searching subtitles {'sK': 'Beverly Hills 90210', 'sTE': 1, 'sXML': 1, 'sTS': 1, 'sL': 'en'}
INFO:subliminal.core:Listing subtitles with provider 'tvsubtitles' and languages set([<Language [en]>])
INFO:subliminal.core:Listing subtitles with provider 'opensubtitles' and languages set([<Language [en]>])
INFO:subliminal.core:Listing subtitles with provider 'addic7ed' and languages set([<Language [en]>])
INFO:subliminal.core:Skipping provider 'subscenter': no language to search for
INFO:subliminal.core:Listing subtitles with provider 'thesubdb' and languages set([<Language [en]>])
INFO:subliminal.core:Initializing provider tvsubtitles
INFO:subliminal.core:Initializing provider opensubtitles
INFO:subliminal.core:Initializing provider addic7ed
INFO:subliminal.core:Initializing provider thesubdb
INFO:subliminal.providers.opensubtitles:Logging in
INFO:subliminal.providers.thesubdb:Searching subtitles {'action': 'search', 'hash': '774c12690ced6f526de3cea65ca1487b'}
ERROR:subliminal.providers.tvsubtitles:No show id found for 'Beverly Hills 90210' ({'year': None})
DEBUG:subliminal.providers.addic7ed:Getting show id
INFO:subliminal.providers.addic7ed:Getting the page of show id 1042, season 1
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30386/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30386/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30388/0' [en]>
DEBUG:subliminal.providers.thesubdb:Found subtitle <TheSubDBSubtitle '774c12690ced6f526de3cea65ca1487b-pt-BR' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30388/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30387/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30387/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30406/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30406/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30405/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/35/30405/0' [bg]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30405/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30404/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30404/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30403/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30403/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30402/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30402/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30401/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30401/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30400/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30400/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30399/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30399/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30435/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30435/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30398/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30398/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30397/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30397/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30396/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30396/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30395/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30395/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30394/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30394/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30393/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30393/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30392/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30392/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30391/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30391/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30390/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30390/1' [pt-BR]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/1/30389/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle u'updated/10/30389/1' [pt-BR]>
DEBUG:subliminal.providers.podnapisi:Found subtitle <PodnapisiSubtitle 'CHQD' [en]>
DEBUG:subliminal.providers.opensubtitles:Logged in with token '8SEKVWzVWcZJsgr5Np4nFdWvKff'
INFO:subliminal.providers.opensubtitles:Searching subtitles [{'moviebytesize': '734199808', 'sublanguageid': u'eng', 'moviehash': 'cb88828feb94144a'}, {'sublanguageid': u'eng', 'tag': 'Beverly Hills 90210 - s01e01 - Class Of Beverly Hills.avi'}, {'query': 'Beverly Hills 90210', 'sublanguageid': u'eng', 'episode': 1, 'season': 1}]
DEBUG:subliminal.providers.opensubtitles:Found subtitle <OpenSubtitlesSubtitle '1952240260' [en]> by moviehash
DEBUG:subliminal.providers.opensubtitles:Found subtitle <OpenSubtitlesSubtitle '1952240259' [en]> by moviehash
DEBUG:subliminal.providers.opensubtitles:Found subtitle <OpenSubtitlesSubtitle '1952240260' [en]> by fulltext
DEBUG:subliminal.providers.opensubtitles:Found subtitle <OpenSubtitlesSubtitle '1954338967' [en]> by fulltext
INFO:subliminal.score:Computing score of <ShooterSubtitle u'https://www.shooter.cn/api/subapi.php?fetch=MTU1MTg1MjAzOHxmSHZPLVZzWG43cVhIa3IwUmNRY1dQWG9vanJBMVpoYUhJVGdiVzh3c0c2eXJoeV90OEZQYXVBNWhfdHhacFlBZHk2ck9TZGJGNl84UU9PNEw5bnFaV1pTbmNYVWdaS2JDcGI4Rm5ycGNWMWwzM0x1NzFSUUdfa0RNRzlJdi1haEJleGRFOU1PM0RMMnIxckJmcVpGS0RmWWhMV0FHZm5KTl9QRFUxcDFmUE9RZ1pzPXw7VFwpD72uKb-Df2kfTmMULzwBy5WfnxLF6URz1qFVHQ==&nonce=%B7i%09o%E5%F53c%8F%2B%A3%B1%07v%D7R' [en]> for video <Episode ['Beverly Hills 90210', 1x1]> with {'hearing_impaired': False}
DEBUG:subliminal.score:Using scores {'hash': 359, 'format': 7, 'series': 180, 'audio_codec': 3, 'year': 90, 'hearing_impaired': 1, 'episode': 30, 'season': 30, 'video_codec': 2, 'resolution': 2, 'release_group': 15}
DEBUG:subliminal.score:Found matches set(['hash'])
DEBUG:subliminal.score:Keeping only hash match
DEBUG:subliminal.score:Matched hearing_impaired
INFO:subliminal.score:Computed score 360 with final matches set(['hash', 'hearing_impaired'])
INFO:subliminal.score:Computing score of <ShooterSubtitle u'https://www.shooter.cn/api/subapi.php?fetch=MTU1MTg1MjAzOHxlaC1PdmJEVm1PSGhSRmtnWS04VnhsUWczRVl1NWNmUmdmNXFxOXFkbmliOXluZnFsc3RmTy1obFh1ejVCLVZCUWt6UXlObmdQaENFQ3YxaE9IVHNETk9odEs5LS1Sb05MT2JDZm9WYXlKT2RTN3ZWRUNjUmNWUndpRWRMN1JzejN4c2FMUnRVeHp3U2lJOHRvU0xxWUF4aURXV0YwcXFxQVhrU3MtSlZGUzNsSlJ3PXwjGzF8QWipNM9LCZWJHWP2-riExj3z3OdgpxunAtaTGA==&nonce=%D9%A2%96Q%E4bB%C8%F5%C8%9E%A9R%AB%E9%0B' [en]> for video <Episode ['Beverly Hills 90210', 1x1]> with {'hearing_impaired': False}
DEBUG:subliminal.score:Using scores {'hash': 359, 'format': 7, 'series': 180, 'audio_codec': 3, 'year': 90, 'hearing_impaired': 1, 'episode': 30, 'season': 30, 'video_codec': 2, 'resolution': 2, 'release_group': 15}
DEBUG:subliminal.score:Found matches set(['hash'])
DEBUG:subliminal.score:Keeping only hash match
DEBUG:subliminal.score:Matched hearing_impaired
INFO:subliminal.score:Computed score 360 with final matches set(['hash', 'hearing_impaired'])
INFO:subliminal.score:Computing score of <ShooterSubtitle u'https://www.shooter.cn/api/subapi.php?fetch=MTU1MTg1MjAzOHw3cWd6UXdtTnFNRjZ3RWpWdlRxV1R4SFRVbUY3ZXdXdTNlcEpCMk9mZXdhSzJJbkliNU82NGpycGFjelhhdHdUN2hZRjRJOHljYXUtTVBjVHJRVkY1MmNQQ1NZbWVMM3ZvQ0dFcENuSXNMRUdJN21IYVQ5LS1FaGFCTW9pekhVSXBSdFplM0tYZjlXeFJFZXBhdTZLdENJQjlSeURqcVQ4bjI5TXRuVVE4MFdyWHIwPXwP1r8J1WtGUQD-9cpNn-RBE3GDmntbYxLFUZ6o5ZTJvg==&nonce=K%B0%C3S%B8%1E%1D%5E%A4%BD%95%24%A7%D0%BC%04' [en]> for video <Episode ['Beverly Hills 90210', 1x1]> with {'hearing_impaired': False}
DEBUG:subliminal.score:Using scores {'hash': 359, 'format': 7, 'series': 180, 'audio_codec': 3, 'year': 90, 'hearing_impaired': 1, 'episode': 30, 'season': 30, 'video_codec': 2, 'resolution': 2, 'release_group': 15}
DEBUG:subliminal.score:Found matches set(['hash'])
DEBUG:subliminal.score:Keeping only hash match
DEBUG:subliminal.score:Matched hearing_impaired
INFO:subliminal.score:Computed score 360 with final matches set(['hash', 'hearing_impaired'])
INFO:subliminal.score:Computing score of <PodnapisiSubtitle 'CHQD' [en]> for video <Episode ['Beverly Hills 90210', 1x1]> with {'hearing_impaired': False}
DEBUG:subliminal.score:Using scores {'hash': 359, 'format': 7, 'series': 180, 'audio_codec': 3, 'year': 90, 'hearing_impaired': 1, 'episode': 30, 'season': 30, 'video_codec': 2, 'resolution': 2, 'release_group': 15}
DEBUG:subliminal.score:Found matches set(['season', 'episode'])
DEBUG:subliminal.score:Matched hearing_impaired
INFO:subliminal.score:Computed score 61 with final matches set(['season', 'episode', 'hearing_impaired'])
INFO:subliminal.score:Computing score of <OpenSubtitlesSubtitle '1952240260' [en]> for video <Episode ['Beverly Hills 90210', 1x1]> with {'hearing_impaired': False}
DEBUG:subliminal.score:Using scores {'hash': 359, 'format': 7, 'series': 180, 'audio_codec': 3, 'year': 90, 'hearing_impaired': 1, 'episode': 30, 'season': 30, 'video_codec': 2, 'resolution': 2, 'release_group': 15}
DEBUG:subliminal.score:Found matches set(['episode', 'title', 'series', 'season', 'year', 'hash'])
DEBUG:subliminal.score:Keeping only hash match
DEBUG:subliminal.score:Matched hearing_impaired
INFO:subliminal.score:Computed score 360 with final matches set(['hash', 'hearing_impaired'])
INFO:subliminal.score:Computing score of <OpenSubtitlesSubtitle '1952240259' [en]> for video <Episode ['Beverly Hills 90210', 1x1]> with {'hearing_impaired': False}
DEBUG:subliminal.score:Using scores {'hash': 359, 'format': 7, 'series': 180, 'audio_codec': 3, 'year': 90, 'hearing_impaired': 1, 'episode': 30, 'season': 30, 'video_codec': 2, 'resolution': 2, 'release_group': 15}
DEBUG:subliminal.providers.opensubtitles:Match on hash discarded
DEBUG:subliminal.score:Found matches set(['year', 'series', 'season'])
DEBUG:subliminal.score:Matched hearing_impaired
INFO:subliminal.score:Computed score 301 with final matches set(['year', 'series', 'season', 'hearing_impaired'])
INFO:subliminal.score:Computing score of <OpenSubtitlesSubtitle '1952240260' [en]> for video <Episode ['Beverly Hills 90210', 1x1]> with {'hearing_impaired': False}
DEBUG:subliminal.score:Using scores {'hash': 359, 'format': 7, 'series': 180, 'audio_codec': 3, 'year': 90, 'hearing_impaired': 1, 'episode': 30, 'season': 30, 'video_codec': 2, 'resolution': 2, 'release_group': 15}
DEBUG:subliminal.score:Found matches set(['episode', 'title', 'series', 'season', 'year'])
DEBUG:subliminal.score:Adding title match equivalent
DEBUG:subliminal.score:Matched hearing_impaired
INFO:subliminal.score:Computed score 331 with final matches set(['episode', 'title', 'series', 'season', 'year', 'hearing_impaired'])
INFO:subliminal.score:Computing score of <OpenSubtitlesSubtitle '1954338967' [en]> for video <Episode ['Beverly Hills 90210', 1x1]> with {'hearing_impaired': False}
DEBUG:subliminal.score:Using scores {'hash': 359, 'format': 7, 'series': 180, 'audio_codec': 3, 'year': 90, 'hearing_impaired': 1, 'episode': 30, 'season': 30, 'video_codec': 2, 'resolution': 2, 'release_group': 15}
DEBUG:subliminal.score:Found matches set(['episode', 'year', 'season', 'title'])
DEBUG:subliminal.score:Adding title match equivalent
DEBUG:subliminal.score:Matched hearing_impaired
INFO:subliminal.score:Computed score 151 with final matches set(['episode', 'year', 'season', 'title', 'hearing_impaired'])
INFO:subliminal.score:Computing score of <Addic7edSubtitle u'updated/1/30386/0' [en]> for video <Episode ['Beverly Hills 90210', 1x1]> with {'hearing_impaired': False}
DEBUG:subliminal.score:Using scores {'hash': 359, 'format': 7, 'series': 180, 'audio_codec': 3, 'year': 90, 'hearing_impaired': 1, 'episode': 30, 'season': 30, 'video_codec': 2, 'resolution': 2, 'release_group': 15}
DEBUG:subliminal.score:Found matches set(['year', 'series', 'title', 'episode', 'season'])
DEBUG:subliminal.score:Adding title match equivalent
DEBUG:subliminal.score:Matched hearing_impaired
INFO:subliminal.score:Computed score 331 with final matches set(['episode', 'title', 'series', 'season', 'year', 'hearing_impaired'])
INFO:subliminal.core:Downloading subtitle <ShooterSubtitle u'https://www.shooter.cn/api/subapi.php?fetch=MTU1MTg1MjAzOHxmSHZPLVZzWG43cVhIa3IwUmNRY1dQWG9vanJBMVpoYUhJVGdiVzh3c0c2eXJoeV90OEZQYXVBNWhfdHhacFlBZHk2ck9TZGJGNl84UU9PNEw5bnFaV1pTbmNYVWdaS2JDcGI4Rm5ycGNWMWwzM0x1NzFSUUdfa0RNRzlJdi1haEJleGRFOU1PM0RMMnIxckJmcVpGS0RmWWhMV0FHZm5KTl9QRFUxcDFmUE9RZ1pzPXw7VFwpD72uKb-Df2kfTmMULzwBy5WfnxLF6URz1qFVHQ==&nonce=%B7i%09o%E5%F53c%8F%2B%A3%B1%07v%D7R' [en]>
INFO:subliminal.providers.shooter:Downloading subtitle <ShooterSubtitle u'https://www.shooter.cn/api/subapi.php?fetch=MTU1MTg1MjAzOHxmSHZPLVZzWG43cVhIa3IwUmNRY1dQWG9vanJBMVpoYUhJVGdiVzh3c0c2eXJoeV90OEZQYXVBNWhfdHhacFlBZHk2ck9TZGJGNl84UU9PNEw5bnFaV1pTbmNYVWdaS2JDcGI4Rm5ycGNWMWwzM0x1NzFSUUdfa0RNRzlJdi1haEJleGRFOU1PM0RMMnIxckJmcVpGS0RmWWhMV0FHZm5KTl9QRFUxcDFmUE9RZ1pzPXw7VFwpD72uKb-Df2kfTmMULzwBy5WfnxLF6URz1qFVHQ==&nonce=%B7i%09o%E5%F53c%8F%2B%A3%B1%07v%D7R' [en]>
INFO:subliminal.subtitle:Guessing encoding for language en
DEBUG:subliminal.subtitle:Trying encodings ['utf-8', 'latin-1']
INFO:subliminal.subtitle:Guessed encoding latin-1
INFO:subliminal.subtitle:Guessing encoding for language en
DEBUG:subliminal.subtitle:Trying encodings ['utf-8', 'latin-1']
INFO:subliminal.subtitle:Guessed encoding latin-1
DEBUG:subliminal.core:All languages downloaded
Downloading subtitles [####################################] 100%
DEBUG:subliminal.core:Terminating initialized providers
INFO:subliminal.core:Terminating provider shooter
INFO:subliminal.core:Terminating provider legendastv
INFO:subliminal.core:Terminating provider tvsubtitles
INFO:subliminal.core:Terminating provider podnapisi
INFO:subliminal.core:Terminating provider addic7ed
INFO:subliminal.core:Terminating provider thesubdb
INFO:subliminal.core:Terminating provider opensubtitles
INFO:subliminal.providers.opensubtitles:Logging out
DEBUG:subliminal.providers.opensubtitles:Logged out
INFO:subliminal.core:Saving <ShooterSubtitle u'https://www.shooter.cn/api/subapi.php?fetch=MTU1MTg1MjAzOHxmSHZPLVZzWG43cVhIa3IwUmNRY1dQWG9vanJBMVpoYUhJVGdiVzh3c0c2eXJoeV90OEZQYXVBNWhfdHhacFlBZHk2ck9TZGJGNl84UU9PNEw5bnFaV1pTbmNYVWdaS2JDcGI4Rm5ycGNWMWwzM0x1NzFSUUdfa0RNRzlJdi1haEJleGRFOU1PM0RMMnIxckJmcVpGS0RmWWhMV0FHZm5KTl9QRFUxcDFmUE9RZ1pzPXw7VFwpD72uKb-Df2kfTmMULzwBy5WfnxLF6URz1qFVHQ==&nonce=%B7i%09o%E5%F53c%8F%2B%A3%B1%07v%D7R' [en]> to 'Beverly Hills 90210 - s01e01 - Class Of Beverly Hills.en.srt'
Downloaded 1 subtitle
$ subliminal --version subliminal, version 2.0.5
System: Ubuntu 18.04, subliminal installed with pip ...
This is probably the same issue: #924
Fixed by f0cc387c65025d1b0cd64b7522b80792ded9a1c3
Subliminal is downloading Spanish subtitles when -l en specified occasionally. It will download english subtitles correctly at times