subliminal --debug download -l en /run/media/daniel/HDD/Movies/Rogue.One.2016.mp4 INFO:subliminal.cli.cli:Using configuration file at '/home/daniel/.config/subliminal/subliminal.toml' INFO:subliminal.cli.commands.download_best:Download with subliminal version 2.4.0 INFO:subliminal.cli.commands.download_best:Use providers: ['addic7ed', 'opensubtitlescom', 'opensubtitles'] INFO:subliminal.cli.commands.download_best:Use refiners: ['omdb', 'metadata', 'hash'] Collecting videos [------------------------------------] 0% /run/media/daniel/HDD/Movies/Rogue.One.2016.mp4 DEBUG:subliminal.cli.commands.download_best:Collecting path /run/media/daniel/HDD/Movies/Rogue.One.2016.mp4 INFO:subliminal.core:Scanning video '/run/media/daniel/HDD/Movies/Rogue.One.2016.mp4' DEBUG:subliminal.core:Size is 2651835200 DEBUG:subliminal.core:Found subtitles {} INFO:subliminal.core:Refining video with omdb ERROR:subliminal.utils:HTTP error 401. Failed to refine video '/run/media/daniel/HDD/Movies/Rogue.One.2016.mp4' Traceback (most recent call last): File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/core.py", line 719, in refine refiner_manager[refiner].plugin(video, **dict((refiner_configs or {}).get(refiner, {}), **kwargs)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/refiners/omdb.py", line 327, in refine refine_movie(omdb_client, video, force=force, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/refiners/omdb.py", line 259, in refine_movie results = client.search_all(video.title, is_movie=True, year=video.year) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/decorator.py", line 235, in fun return caller(func, *(extras + args), **kw) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/cache/region.py", line 1636, in get_or_create_for_user_func return self.get_or_create( ~~~~~~~~~~~~~~~~~~^ key, user_func, timeout, should_cache_fn, (arg, kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/cache/region.py", line 1096, in get_or_create with Lock( ~~~~^ self._mutex(key), ^^^^^^^^^^^^^^^^^ ...<3 lines>... async_creator, ^^^^^^^^^^^^^^ ) as value: ^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/lock.py", line 185, in __enter__ return self._enter() ~~~~~~~~~~~^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/lock.py", line 94, in _enter generated = self._enter_create(value, createdtime) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/lock.py", line 178, in _enter_create return self.creator() ~~~~~~~~~~~~^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/cache/region.py", line 1050, in gen_value created_value = creator( *creator_args[0], **creator_args[1] ) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/refiners/omdb.py", line 179, in search_all results = self.search(title=title, is_movie=is_movie, year=year) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/decorator.py", line 235, in fun return caller(func, *(extras + args), **kw) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/cache/region.py", line 1636, in get_or_create_for_user_func return self.get_or_create( ~~~~~~~~~~~~~~~~~~^ key, user_func, timeout, should_cache_fn, (arg, kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/cache/region.py", line 1096, in get_or_create with Lock( ~~~~^ self._mutex(key), ^^^^^^^^^^^^^^^^^ ...<3 lines>... async_creator, ^^^^^^^^^^^^^^ ) as value: ^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/lock.py", line 185, in __enter__ return self._enter() ~~~~~~~~~~~^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/lock.py", line 94, in _enter generated = self._enter_create(value, createdtime) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/lock.py", line 178, in _enter_create return self.creator() ~~~~~~~~~~~~^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/dogpile/cache/region.py", line 1050, in gen_value created_value = creator( *creator_args[0], **creator_args[1] ) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/refiners/omdb.py", line 160, in search r.raise_for_status() ~~~~~~~~~~~~~~~~~~^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://www.omdbapi.com/?r=json&v=1&apikey=44d5b275&s=Rogue+One&page=1&type=movie&y=2016 INFO:subliminal.core:Refining video with metadata DEBUG:subliminal.refiners.metadata:Retrieving metadata from '/run/media/daniel/HDD/Movies/Rogue.One.2016.mp4' DEBUG:subliminal.refiners.metadata:Using provider {'name': 'mediainfo', 'version': {'pymediainfo': '7.0.1', '/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/pymediainfo/libmediainfo.so.0': 'v24.12'}} DEBUG:subliminal.refiners.metadata:Found duration 8037.28 DEBUG:subliminal.refiners.metadata:Found resolution 1080p DEBUG:subliminal.refiners.metadata:Found frame_rate 23.98 DEBUG:subliminal.refiners.metadata:Found video_codec H.264 DEBUG:subliminal.refiners.metadata:Video has no subtitle track INFO:subliminal.core:Refining video with hash DEBUG:subliminal.refiners.hash:Computing hashes for '/run/media/daniel/HDD/Movies/Rogue.One.2016.mp4' DEBUG:subliminal.refiners.hash:Computed hashes {'opensubtitlescom': 'd4fe8d65eb346d2f', 'opensubtitles': 'd4fe8d65eb346d2f'} Collecting videos [####################################] 100% 1 video collected / 0 video ignored / 0 error Downloading subtitles [------------------------------------] 0% Rogue.One.2016.mp4 INFO:subliminal.core:Skipping provider 'addic7ed': not a valid video INFO:subliminal.core:Listing subtitles with provider 'opensubtitlescom' and languages {} INFO:subliminal.core:Initializing provider opensubtitlescom INFO:subliminal.core:Listing subtitles with provider 'opensubtitles' and languages {} INFO:subliminal.core:Initializing provider opensubtitles INFO:subliminal.providers.opensubtitles:Logging in INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'moviehash': 'd4fe8d65eb346d2f', 'query': 'Rogue One', 'languages': 'en'} DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'moviehash': 'd4fe8d65eb346d2f', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} DEBUG:subliminal.providers.opensubtitles:Logged in with token 'eMmVdbr0OaciGa1ydJgG6k,bAbb' INFO:subliminal.providers.opensubtitles:Searching subtitles [{'moviehash': 'd4fe8d65eb346d2f', 'moviebytesize': '2651835200', 'sublanguageid': 'eng'}, {'tag': 'Rogue.One.2016.mp4', 'sublanguageid': 'eng'}, {'query': 'Rogue One', 'sublanguageid': 'eng'}] INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext DEBUG:subliminal.providers.opensubtitles:Found subtitle by fulltext INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} INFO:subliminal.providers.opensubtitlescom:Searching subtitles {'query': 'Rogue One', 'languages': 'en'} DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle DEBUG:subliminal.providers.opensubtitlescom:Found subtitle INFO:subliminal.core:Sort subtitles by normal types first INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computed score 280 with final matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computed score 280 with final matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computed score 281 with final matches {'fps', 'resolution', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'year'} INFO:subliminal.score:Computed score 117 with final matches {'country', 'fps', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computed score 280 with final matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec', 'title'} INFO:subliminal.score:Computed score 280 with final matches {'fps', 'year', 'country', 'video_codec', 'title'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'year', 'country', 'title'} INFO:subliminal.score:Computed score 271 with final matches {'resolution', 'year', 'country', 'title'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computed score 279 with final matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computed score 280 with final matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'year', 'country', 'title'} INFO:subliminal.score:Computed score 280 with final matches {'fps', 'resolution', 'year', 'country', 'title'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computed score 280 with final matches {'fps', 'country', 'video_codec', 'title', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computed score 279 with final matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 110 with final matches {'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'year'} INFO:subliminal.score:Computed score 117 with final matches {'country', 'fps', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computed score 279 with final matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 109 with final matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec', 'resolution'} INFO:subliminal.score:Computed score 56 with final matches {'country', 'video_codec', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computed score 279 with final matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec', 'resolution'} INFO:subliminal.score:Computed score 56 with final matches {'country', 'video_codec', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 109 with final matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computed score 279 with final matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'year', 'country'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'resolution', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'year'} INFO:subliminal.score:Computed score 117 with final matches {'country', 'fps', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'year'} INFO:subliminal.score:Computed score 117 with final matches {'country', 'fps', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 110 with final matches {'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computed score 279 with final matches {'fps', 'year', 'country', 'title'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'year'} INFO:subliminal.score:Computed score 117 with final matches {'country', 'fps', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country'} INFO:subliminal.score:Computed score 117 with final matches {'fps', 'year', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 110 with final matches {'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 110 with final matches {'resolution', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computed score 119 with final matches {'fps', 'resolution', 'country', 'video_codec', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 118 with final matches {'fps', 'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 109 with final matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 109 with final matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 109 with final matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'country', 'fps', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computed score 109 with final matches {'year', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'resolution'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'resolution'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'resolution', 'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computed score 64 with final matches {'fps', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'year'} INFO:subliminal.score:Computed score 108 with final matches {'country', 'year'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 56 with final matches {'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computed score 65 with final matches {'fps', 'resolution', 'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'fps'} INFO:subliminal.score:Computed score 63 with final matches {'country', 'fps'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country', 'video_codec'} INFO:subliminal.score:Computed score 55 with final matches {'country', 'video_codec'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.score:Found matches {'country'} INFO:subliminal.score:Computed score 54 with final matches {'country'} INFO:subliminal.score:Computing score of for video DEBUG:subliminal.score:Using scores {'hash': 323, 'title': 162, 'country': 54, 'year': 54, 'release_group': 18, 'streaming_service': 18, 'fps': 9, 'source': 4, 'audio_codec': 2, 'resolution': 1, 'video_codec': 1} DEBUG:subliminal.core:Terminating initialized providers INFO:subliminal.core:Terminating provider opensubtitlescom INFO:subliminal.core:Terminating provider opensubtitles INFO:subliminal.providers.opensubtitles:Logging out DEBUG:subliminal.providers.opensubtitles:Logged out Traceback (most recent call last): File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/guessit/api.py", line 209, in guessit matches = self.rebulk.matches(string, options) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/rebulk/rebulk.py", line 115, in matches self._execute_rules(matches, context) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/rebulk/rebulk.py", line 146, in _execute_rules rules.execute_all_rules(matches, context) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/rebulk/rules.py", line 310, in execute_all_rules when_response = execute_rule(rule, matches, context) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/rebulk/rules.py", line 331, in execute_rule when_response = rule.when(matches, context) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/guessit/rules/properties/mimetype.py", line 43, in when mime, _ = mimetypes.guess_type(matches.input_string, strict=False) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/mimetypes.py", line 324, in guess_type return _db.guess_type(url, strict) ~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.13/mimetypes.py", line 126, in guess_type p = urllib.parse.urlparse(url) File "/usr/lib/python3.13/urllib/parse.py", line 395, in urlparse splitresult = urlsplit(url, scheme, allow_fragments) File "/usr/lib/python3.13/urllib/parse.py", line 516, in urlsplit _check_bracketed_netloc(netloc) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ File "/usr/lib/python3.13/urllib/parse.py", line 447, in _check_bracketed_netloc raise ValueError("Invalid IPv6 URL") ValueError: Invalid IPv6 URL The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/daniel/.local/bin/subliminal", line 7, in sys.exit(cli()) ~~~^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/cli/cli.py", line 241, in cli subliminal(auto_envvar_prefix='SUBLIMINAL') ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/click/core.py", line 1462, in __call__ return self.main(*args, **kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/click/core.py", line 1383, in main rv = self.invoke(ctx) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/click/core.py", line 1850, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/click/core.py", line 1246, in invoke return ctx.invoke(self.callback, **ctx.params) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/click/core.py", line 814, in invoke return callback(*args, **kwargs) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/click/decorators.py", line 46, in new_func return f(get_current_context().obj, *args, **kwargs) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/cli/commands/download_best.py", line 511, in download subtitles = pp.download_best_subtitles( pp.list_subtitles(v, language_set - v.subtitle_languages), ...<7 lines>... ignore_subtitles=ignore_subtitles, ) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/core.py", line 276, in download_best_subtitles [(s, compute_score(s, video)) for s in subtitles], ~~~~~~~~~~~~~^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/score.py", line 156, in compute_score matches = subtitle.get_matches(video) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/subliminal/providers/opensubtitlescom.py", line 334, in get_matches matches |= guess_matches(video, guessit(self.release, {'type': self.movie_kind})) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/guessit/api.py", line 74, in guessit return default_api.guessit(string, options) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/guessit/api.py", line 225, in guessit raise GuessitException(string, options) from err guessit.api.GuessitException: An internal error has occurred in guessit. ===================== Guessit Exception Report ===================== version=3.8.0 string=ed2k://|file|ehad%20mishelanu.[wnet.co.il].avi|734373888|D26A70D1ECD306AFA3E8B9A55D681E4B|/ options={'expected_title': ['OSS 117', 'This is Us'], 'allowed_countries': ['au', 'gb', 'us'], 'allowed_languages': ['ca', 'cs', 'de', 'en', 'es', 'fr', 'he', 'hi', 'hu', 'it', 'ja', 'ko', 'mul', 'nl', 'no', 'pl', 'pt', 'ro', 'ru', 'sv', 'te', 'uk', 'und'], 'advanced_config': {'common_words': ['ca', 'cat', 'de', 'he', 'it', 'no', 'por', 'rum', 'se', 'st', 'sub'], 'groups': {'starting': '([{', 'ending': ')]}'}, 'audio_codec': {'audio_codec': {'MP3': {'string': ['MP3', 'LAME'], 'regex': ['LAME(?:\\d)+-?(?:\\d)+']}, 'MP2': 'MP2', 'Dolby Digital': {'string': ['Dolby', 'DolbyDigital'], 'regex': ['Dolby-Digital', 'DD', 'AC-?3D?']}, 'Dolby Atmos': {'string': ['Atmos'], 'regex': ['Dolby-?Atmos']}, 'AAC': 'AAC', 'Dolby Digital Plus': {'string': ['DDP', 'DD+'], 'regex': ['E-?AC-?3']}, 'FLAC': 'Flac', 'DTS': 'DTS', 'DTS-HD': {'regex': ['DTS-?HD', 'DTS(?=-?MA)'], 'conflict_solver': "lambda match, other: other if other.name == 'audio_codec' else '__default__'"}, 'DTS:X': {'string': ['DTS:X', 'DTS-X', 'DTSX']}, 'Dolby TrueHD': {'regex': ['True-?HD']}, 'Opus': 'Opus', 'Vorbis': 'Vorbis', 'PCM': 'PCM', 'LPCM': 'LPCM'}, 'audio_channels': {'1.0': ['1ch', 'mono', 're:(1[\\W_]0(?:ch)?)(?=[^\\d]|$)'], '2.0': ['2ch', 'stereo', {'regex': '(2[\\W_]0(?:ch)?)(?=[^\\d]|$)', 'children': True}, {'string': '20', 'validator': 'import:seps_after', 'tags': 'weak-audio_channels'}], '5.1': ['5ch', '6ch', {'regex': '(5[\\W_][01](?:ch)?)(?=[^\\d]|$)', 'children': True}, {'regex': '(6[\\W_]0(?:ch)?)(?=[^\\d]|$)', 'children': True}, {'regex': '5[01]', 'validator': 'import:seps_after', 'tags': 'weak-audio_channels'}], '7.1': ['7ch', '8ch', {'regex': '(7[\\W_][01](?:ch)?)(?=[^\\d]|$)', 'children': True}, {'regex': '7[01]', 'validator': 'import:seps_after', 'tags': 'weak-audio_channels'}]}, 'audio_profile': {'Master Audio': {'string': 'MA', 'tags': ['audio_profile.rule', 'DTS-HD']}, 'High Resolution Audio': {'string': ['HR', 'HRA'], 'tags': ['audio_profile.rule', 'DTS-HD']}, 'Extended Surround': {'string': 'ES', 'tags': ['audio_profile.rule', 'DTS']}, 'High Efficiency': {'string': 'HE', 'tags': ['audio_profile.rule', 'AAC']}, 'Low Complexity': {'string': 'LC', 'tags': ['audio_profile.rule', 'AAC']}, 'High Quality': {'string': 'HQ', 'tags': ['audio_profile.rule', 'Dolby Digital']}, 'EX': {'string': 'EX', 'tags': ['audio_profile.rule', 'Dolby Digital']}}}, 'bit_rate': {'bit_rate': {'_': {'regex': ['\\d+-?[kmg]b(ps|its?)', '\\d+\\.\\d+-?[kmg]b(ps|its?)'], 'conflict_solver': "lambda match, other: match if other.name == 'audio_channels' and 'weak-audio_channels' not in other.tags else other", 'formatter': 'import:guessit.rules.common.quantity:BitRate.fromstring', 'tags': ['release-group-prefix']}}}, 'bonus': {'bonus': {'_': {'regex': 'x(\\d+)', 'private_parent': True, 'children': True, 'formatter': 'eval:int', 'validator': {'__parent__': 'import:seps_surround'}, 'validate_all': True, 'conflict_solver': "lambda match, conflicting: match if conflicting.name in ('video_codec', 'episode') and 'weak-episode' not in conflicting.tags else '__default__'"}}}, 'cd': {'_cd_of_cd_count': {'regex': 'cd-?(?P\\d+)(?:-?of-?(?P\\d+))?', 'validator': {'cd': 'lambda match: 0 < match.value < 100', 'cd_count': 'lambda match: 0 < match.value < 100'}, 'formatter': {'cd': 'eval:int', 'cd_count': 'eval:int'}, 'children': True, 'private_parent': True, 'properties': {'cd': [None], 'cd_count': [None]}}, '_cd_count': {'regex': '(?P\\d+)-?cds?', 'validator': {'cd': 'lambda match: 0 < match.value < 100', 'cd_count': 'lambda match: 0 < match.value < 100'}, 'formatter': {'cd_count': 'eval:int'}, 'children': True, 'private_parent': True, 'properties': {'cd': [None], 'cd_count': [None]}}}, 'container': {'subtitles': ['srt', 'idx', 'sub', 'ssa', 'ass'], 'info': ['nfo'], 'videos': ['3g2', '3gp', '3gp2', 'asf', 'avi', 'divx', 'flv', 'iso', 'm4v', 'mk2', 'mk3d', 'mka', 'mkv', 'mov', 'mp4', 'mp4a', 'mpeg', 'mpg', 'ogg', 'ogm', 'ogv', 'qt', 'ra', 'ram', 'rm', 'ts', 'm2ts', 'vob', 'wav', 'webm', 'wma', 'wmv'], 'torrent': ['torrent'], 'nzb': ['nzb']}, 'country': {'synonyms': {'ES': ['españa'], 'GB': ['UK'], 'BR': ['brazilian', 'bra'], 'CA': ['québec', 'quebec', 'qc'], 'MX': ['Latinoamérica', 'latin america']}}, 'edition': {'edition': {'Collector': {'string': ['collector'], 'regex': ["collector'?s?-edition", 'edition-collector']}, 'Special': [{'regex': ['special-edition', 'edition-special'], 'conflict_solver': "lambda match, other: other if other.name == 'episode_details' and other.value == 'Special' else '__default__'"}, {'string': 'se', 'tags': 'has-neighbor'}], "Director's Definitive Cut": 'ddc', 'Criterion': {'string': ['CC', 'Criterion'], 'regex': ['criterion-edition', 'edition-criterion']}, 'Deluxe': {'string': ['deluxe'], 'regex': ['deluxe-edition', 'edition-deluxe']}, 'Limited': {'string': ['limited'], 'regex': ['limited-edition'], 'tags': ['has-neighbor', 'release-group-prefix']}, 'Theatrical': {'string': ['theatrical'], 'regex': ['theatrical-cut', 'theatrical-edition']}, "Director's Cut": {'string': ['DC'], 'regex': ["director'?s?-cut", "director'?s?-cut-edition", "edition-director'?s?-cut"]}, 'Extended': {'string': ['extended'], 'regex': ['extended-?cut', 'extended-?version'], 'tags': ['has-neighbor', 'release-group-prefix']}, 'Alternative Cut': {'regex': ['alternat(e|ive)(?:-?Cut)?'], 'tags': ['has-neighbor', 'release-group-prefix']}, 'Remastered': [{'regex': '(?:4k.)?remaster(?:ed)?', 'tags': ['release-group-prefix']}], 'Restored': [{'regex': '(?:4k.)?restore(?:d)?', 'tags': ['release-group-prefix']}], 'Uncensored': {'string': 'Uncensored', 'tags': ['has-neighbor', 'release-group-prefix']}, 'Uncut': {'string': 'Uncut', 'tags': ['has-neighbor', 'release-group-prefix']}, 'Unrated': {'string': 'Unrated', 'tags': ['has-neighbor', 'release-group-prefix']}, 'Festival': {'string': 'Festival', 'tags': ['has-neighbor-before', 'has-neighbor-after']}, 'IMAX': {'string': ['imax'], 'regex': ['imax-edition']}, 'Fan': {'regex': ['fan-edit(?:ion)?', 'fan-collection']}, 'Ultimate': {'regex': ['ultimate-edition']}, '_Ultimate_Collector': {'regex': ["ultimate-collector'?s?-edition"], 'value': ['Ultimate', 'Collector']}, '_Ultimate_Fan': {'regex': ['ultimate-fan-edit(?:ion)?', 'ultimate-fan-collection'], 'value': ['Ultimate', 'Fan']}}}, 'episodes': {'season_max_range': 100, 'episode_max_range': 100, 'max_range_gap': 1, 'season_markers': ['s'], 'season_ep_markers': ['x'], 'disc_markers': ['d'], 'episode_markers': ['xe', 'ex', 'ep', 'e', 'x'], 'range_separators': ['-', '~', 'to', 'a'], 'discrete_separators': ['+', '&', 'and', 'et'], 'season_words': ['season', 'saison', 'seizoen', 'seasons', 'saisons', 'tem', 'temp', 'temporada', 'temporadas', 'stagione'], 'episode_words': ['episode', 'episodes', 'eps', 'ep', 'episodio', 'episodios', 'capitulo', 'capitulos'], 'of_words': ['of', 'sur'], 'all_words': ['All']}, 'film': {'film': {'_f': {'regex': 'f(\\d{1,2})', 'name': 'film', 'validate_all': True, 'validator': {'__parent__': 'import:seps_surround'}, 'private_parent': True, 'children': True, 'formatter': 'eval:int'}}}, 'language': {'synonyms': {'ell': ['gr', 'greek'], 'spa': ['esp', 'español', 'espanol'], 'fra': ['français', 'vf', 'vff', 'vfi', 'vfq'], 'swe': ['se'], 'por_BR': ['po', 'pb', 'pob', 'ptbr', 'br', 'brazilian'], 'deu_CH': ['swissgerman', 'swiss german'], 'nld_BE': ['flemish'], 'cat': ['català', 'castellano', 'espanol castellano', 'español castellano'], 'ces': ['cz'], 'ukr': ['ua'], 'zho': ['cn'], 'jpn': ['jp'], 'hrv': ['scr'], 'mul': ['multi', 'multiple', 'dl']}, 'subtitle_affixes': ['sub', 'subs', 'subtitle', 'subtitles', 'esub', 'esubs', 'subbed', 'custom subbed', 'custom subs', 'custom sub', 'customsubbed', 'customsubs', 'customsub', 'soft subtitles', 'soft subs'], 'subtitle_prefixes': ['st', 'vost', 'subforced', 'fansub', 'hardsub', 'legenda', 'legendas', 'legendado', 'subtitulado', 'soft'], 'subtitle_suffixes': ['subforced', 'fansub', 'hardsub'], 'language_affixes': ['dublado', 'dubbed', 'dub'], 'language_prefixes': ['true'], 'language_suffixes': ['audio'], 'weak_affixes': ['v', 'audio', 'true']}, 'other': {'other': {'Audio Fixed': {'regex': ['Audio-?Fix', 'Audio-?Fixed']}, 'Sync Fixed': {'regex': ['Sync-?Fix', 'Sync-?Fixed']}, 'Dual Audio': {'string': ['Dual'], 'regex': ['Dual-?Audio']}, 'Widescreen': {'string': ['ws'], 'regex': ['wide-?screen']}, 'Reencoded': {'regex': ['Re-?Enc(?:oded)?']}, '_repack_with_count': {'regex': ['Repack(?P\\d*)', 'Rerip(?P\\d*)'], 'value': {'other': 'Proper'}, 'tags': ['streaming_service.prefix', 'streaming_service.suffix']}, 'Proper': [{'string': 'Proper', 'tags': ['has-neighbor', 'streaming_service.prefix', 'streaming_service.suffix']}, {'regex': ['Real-Proper', 'Real-Repack', 'Real-Rerip'], 'tags': ['streaming_service.prefix', 'streaming_service.suffix', 'real']}, {'string': 'Real', 'tags': ['has-neighbor', 'streaming_service.prefix', 'streaming_service.suffix', 'real']}], 'Fix': [{'string': ['Fix', 'Fixed'], 'tags': ['has-neighbor-before', 'has-neighbor-after', 'streaming_service.prefix', 'streaming_service.suffix']}, {'string': ['Dirfix', 'Nfofix', 'Prooffix'], 'tags': ['streaming_service.prefix', 'streaming_service.suffix']}, {'regex': ['(?:Proof-?)?Sample-?Fix'], 'tags': ['streaming_service.prefix', 'streaming_service.suffix']}], 'Fan Subtitled': {'string': 'Fansub', 'tags': 'has-neighbor'}, 'Fast Subtitled': {'string': 'Fastsub', 'tags': 'has-neighbor'}, 'Region 5': 'R5', 'Region C': 'RC', 'Preair': {'regex': 'Pre-?Air'}, 'PS Vita': [{'regex': '(?:PS-?)Vita'}, {'string': 'Vita', 'tags': 'has-neighbor'}], '_HdRip': {'value': {'other': 'HD', 'another': 'Rip'}, 'regex': ['(HD)(?PRip)'], 'private_parent': True, 'children': True, 'validator': {'__parent__': 'import:seps_surround'}, 'validate_all': True}, 'Screener': ['Screener', {'regex': 'Scr(?:eener)?', 'validator': None, 'tags': ['other.validate.screener', 'source-prefix', 'source-suffix']}], 'Remux': 'Remux', 'Hybrid': 'Hybrid', 'PAL': 'PAL', 'SECAM': 'SECAM', 'NTSC': 'NTSC', 'XXX': 'XXX', '2in1': '2in1', '3D': {'string': '3D', 'tags': 'has-neighbor'}, 'High Quality': {'string': 'HQ', 'tags': 'uhdbluray-neighbor'}, 'High Resolution': 'HR', 'Line Dubbed': 'LD', 'Mic Dubbed': 'MD', 'Micro HD': ['mHD', 'HDLight'], 'Low Definition': 'LDTV', 'High Frame Rate': 'HFR', 'Variable Frame Rate': 'VFR', 'HD': {'string': 'HD', 'validator': None, 'tags': ['streaming_service.prefix', 'streaming_service.suffix']}, 'Full HD': {'string': ['FHD'], 'regex': ['Full-?HD'], 'validator': None, 'tags': ['streaming_service.prefix', 'streaming_service.suffix']}, 'Ultra HD': {'string': ['UHD'], 'regex': ['Ultra-?(?:HD)?'], 'validator': None, 'tags': ['streaming_service.prefix', 'streaming_service.suffix']}, 'Upscaled': {'regex': 'Upscaled?'}, 'Complete': {'string': ['Complet', 'Complete'], 'tags': ['has-neighbor', 'release-group-prefix']}, 'Classic': {'string': 'Classic', 'tags': ['has-neighbor', 'release-group-prefix']}, 'Bonus': {'string': 'Bonus', 'tags': ['has-neighbor', 'release-group-prefix']}, 'Trailer': {'string': 'Trailer', 'tags': ['has-neighbor', 'release-group-prefix']}, 'Retail': {'string': 'Retail', 'tags': ['has-neighbor', 'release-group-prefix']}, 'Colorized': {'string': 'Colorized', 'tags': ['has-neighbor', 'release-group-prefix']}, 'Internal': {'string': 'Internal', 'tags': ['has-neighbor', 'release-group-prefix']}, 'Line Audio': {'string': 'LiNE', 'tags': ['has-neighbor-before', 'has-neighbor-after', 'release-group-prefix']}, 'Read NFO': {'regex': 'Read-?NFO'}, 'Converted': {'string': 'CONVERT', 'tags': 'has-neighbor'}, 'Documentary': {'string': ['DOCU', 'DOKU'], 'tags': 'has-neighbor'}, 'Open Matte': {'regex': '(?:OM|Open-?Matte)', 'tags': 'has-neighbor'}, 'Straight to Video': {'string': 'STV', 'tags': 'has-neighbor'}, 'Original Aspect Ratio': {'string': 'OAR', 'tags': 'has-neighbor'}, 'East Coast Feed': {'regex': '(?:Live-)?(?:Episode-)?East-?(?:Coast-)?Feed'}, 'West Coast Feed': {'regex': '(?:Live-)?(?:Episode-)?West-?(?:Coast-)?Feed'}, 'Original Video': {'string': ['VO', 'OV'], 'tags': 'has-neighbor'}, 'Original Animated Video': {'string': ['Ova', 'Oav']}, 'Original Net Animation': 'Ona', 'Original Animation DVD': 'Oad', 'Mux': {'string': 'Mux', 'validator': 'import:seps_after', 'tags': ['other.validate.mux', 'video-codec-prefix', 'source-suffix']}, 'Hardcoded Subtitles': ['HC', 'vost'], 'Standard Dynamic Range': {'string': 'SDR', 'tags': 'uhdbluray-neighbor'}, 'HDR10': {'regex': 'HDR(?:10)?', 'tags': 'uhdbluray-neighbor'}, 'Dolby Vision': {'regex': '(?:Dolby-?Vision|DV)', 'tags': 'uhdbluray-neighbor'}, 'BT.2020': {'regex': 'BT-?2020', 'tags': 'uhdbluray-neighbor'}, 'Sample': {'string': 'Sample', 'tags': ['at-end', 'not-a-release-group']}, 'Extras': [{'string': 'Extras', 'tags': 'has-neighbor'}, {'regex': 'Digital-?Extras?'}], 'Proof': {'string': 'Proof', 'tags': ['at-end', 'not-a-release-group']}, 'Obfuscated': {'string': ['Obfuscated', 'Scrambled'], 'tags': ['at-end', 'not-a-release-group']}, 'Repost': {'string': ['xpost', 'postbot', 'asrequested'], 'tags': 'not-a-release-group'}, '_complete_words': {'callable': 'import:guessit.rules.properties.other:complete_words', 'season_words': ['seasons?', 'series?'], 'complete_article_words': ['The']}}}, 'part': {'prefixes': ['pt', 'part']}, 'release_group': {'forbidden_names': ['bonus', 'by', 'for', 'par', 'pour', 'rip'], 'ignored_seps': '[]{}()'}, 'screen_size': {'frame_rates': ['23\\.976', '24(?:\\.0{1,3})?', '25(?:\\.0{1,3})?', '29\\.970', '30(?:\\.0{1,3})?', '48(?:\\.0{1,3})?', '50(?:\\.0{1,3})?', '60(?:\\.0{1,3})?', '120(?:\\.0{1,3})?'], 'min_ar': 1.333, 'max_ar': 1.898, 'interlaced': ['360', '480', '540', '576', '900', '1080'], 'progressive': ['360', '480', '540', '576', '900', '1080', '368', '720', '1440', '2160', '4320']}, 'source': {'rip_prefix': '(?PRip)-?', 'rip_suffix': '-?(?PRip)'}, 'website': {'safe_tlds': ['com', 'net', 'org'], 'safe_subdomains': ['www'], 'safe_prefixes': ['co', 'com', 'net', 'org'], 'prefixes': ['from']}, 'streaming_service': {'9Now': '9NOW', 'A&E': ['AE', 'A&E'], 'ABC': 'AMBC', 'ABC Australia': 'AUBC', 'Al Jazeera English': 'AJAZ', 'AMC': 'AMC', 'Amazon Prime': ['AMZN', 'AMZN-CBR', 'Amazon', 're:Amazon-?Prime'], 'Adult Swim': ['AS', 're:Adult-?Swim'], "America's Test Kitchen": 'ATK', 'Animal Planet': 'ANPL', 'AnimeLab': 'ANLB', 'AOL': 'AOL', 'AppleTV': ['ATVP', 'ATV+', 'APTV'], 'ARD': 'ARD', 'BBC iPlayer': ['iP', 're:BBC-?iPlayer'], 'Binge': 'BNGE', 'Blackpills': 'BKPL', 'BluTV': 'BLU', 'Boomerang': 'BOOM', 'Disney+': 'DSNP', 'BravoTV': 'BRAV', 'Canal+': 'CNLP', 'Cartoon Network': 'CN', 'CBC': 'CBC', 'CBS': 'CBS', 'CNBC': 'CNBC', 'Comedy Central': ['CC', 're:Comedy-?Central'], 'Channel 4': ['ALL4', '4OD'], 'CHRGD': 'CHGD', 'Cinemax': 'CMAX', 'Country Music Television': 'CMT', 'Comedians in Cars Getting Coffee': 'CCGC', 'Crave': 'CRAV', 'Crunchy Roll': ['CR', 're:Crunchy-?Roll'], 'Crackle': 'CRKL', 'CSpan': 'CSPN', 'CTV': 'CTV', 'CuriosityStream': 'CUR', 'CWSeed': 'CWS', 'Daisuki': 'DSKI', 'DC Universe': 'DCU', 'Deadhouse Films': 'DHF', 'DramaFever': ['DF', 'DramaFever'], 'Digiturk Diledigin Yerde': 'DDY', 'Discovery': ['DISC', 'Discovery'], 'Discovery Plus': 'DSCP', 'Disney': ['DSNY', 'Disney'], 'DIY Network': 'DIY', 'Doc Club': 'DOCC', 'DPlay': 'DPLY', 'E!': 'ETV', 'ePix': 'EPIX', 'El Trece': 'ETTV', 'ESPN': 'ESPN', 'Esquire': 'ESQ', 'Facebook Watch': 'FBWatch', 'Family': 'FAM', 'Family Jr': 'FJR', 'Fandor': 'FANDOR', 'Food Network': 'FOOD', 'Fox': 'FOX', 'Fox Premium': 'FOXP', 'Foxtel': 'FXTL', 'Freeform': 'FREE', 'FYI Network': 'FYI', 'GagaOOLala': 'Gaga', 'Global': 'GLBL', 'GloboSat Play': 'GLOB', 'Hallmark': 'HLMK', 'HBO Go': ['HBO', 're:HBO-?Go'], 'HBO Max': 'HMAX', 'HGTV': 'HGTV', 'History': ['HIST', 'History'], 'Hulu': 'HULU', 'Investigation Discovery': 'ID', 'IFC': 'IFC', 'hoichoi': 'HoiChoi', 'iflix': 'IFX', 'iQIYI': 'iQIYI', 'iTunes': ['iTunes', {'pattern': 'iT', 'ignore_case': False}], 'ITV': 'ITV', 'Knowledge Network': 'KNOW', 'Lifetime': 'LIFE', 'Motor Trend OnDemand': 'MTOD', 'MBC': ['MBC', 'MBCVOD'], 'MSNBC': 'MNBC', 'MTV': 'MTV', 'MUBI': 'MUBI', 'National Audiovisual Institute': 'INA', 'National Film Board': 'NFB', 'National Geographic': ['NATG', 're:National-?Geographic'], 'NBA TV': ['NBA', 're:NBA-?TV'], 'NBC': 'NBC', 'Netflix': ['NF', 'Netflix'], 'NFL': 'NFL', 'NFL Now': 'NFLN', 'NHL GameCenter': 'GC', 'Nickelodeon': ['NICK', 'Nickelodeon', 'NICKAPP'], 'Norsk Rikskringkasting': 'NRK', 'OnDemandKorea': ['ODK', 'OnDemandKorea'], 'Opto': 'OPTO', 'Oprah Winfrey Network': 'OWN', 'Paramount+': ['PMTP', 'PMNP', 'PMT+', 'Paramount+', 'ParamountPlus'], 'PBS': 'PBS', 'PBS Kids': 'PBSK', 'Peacock': ['PCOK', 'Peacock'], 'Playstation Network': 'PSN', 'Pluzz': 'PLUZ', 'PokerGO': 'POGO', 'Rakuten TV': 'RKTN', 'The Roku Channel': 'ROKU', 'RTE One': 'RTE', 'RUUTU': 'RUUTU', 'SBS': 'SBS', 'Science Channel': 'SCI', 'SeeSo': ['SESO', 'SeeSo'], 'Shomi': 'SHMI', 'Showtime': 'SHO', 'Sony': 'SONY', 'Spike': 'SPIK', 'Spike TV': ['SPKE', 're:Spike-?TV'], 'Sportsnet': 'SNET', 'Sprout': 'SPRT', 'Stan': 'STAN', 'Starz': 'STZ', 'Sveriges Television': 'SVT', 'SwearNet': 'SWER', 'Syfy': 'SYFY', 'TBS': 'TBS', 'TFou': 'TFOU', 'The CW': ['CW', 're:The-?CW'], 'TLC': 'TLC', 'TubiTV': 'TUBI', 'TV3 Ireland': 'TV3', 'TV4 Sweeden': 'TV4', 'TVING': 'TVING', 'TV Land': ['TVL', 're:TV-?Land'], 'TVNZ': 'TVNZ', 'UFC': 'UFC', 'UFC Fight Pass': 'FP', 'UKTV': 'UKTV', 'Univision': 'UNIV', 'USA Network': 'USAN', 'Velocity': 'VLCT', 'VH1': 'VH1', 'Viceland': 'VICE', 'Viki': 'VIKI', 'Vimeo': 'VMEO', 'VRV': 'VRV', 'W Network': 'WNET', 'WatchMe': 'WME', 'WWE Network': 'WWEN', 'Xbox Video': 'XBOX', 'Yahoo': 'YHOO', 'YouTube Red': 'RED', 'ZDF': 'ZDF'}, 'date': {'week_words': ['week']}}, 'type': 'movie'} -------------------------------------------------------------------- Traceback (most recent call last): File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/guessit/api.py", line 209, in guessit matches = self.rebulk.matches(string, options) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/rebulk/rebulk.py", line 115, in matches self._execute_rules(matches, context) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/rebulk/rebulk.py", line 146, in _execute_rules rules.execute_all_rules(matches, context) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/rebulk/rules.py", line 310, in execute_all_rules when_response = execute_rule(rule, matches, context) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/rebulk/rules.py", line 331, in execute_rule when_response = rule.when(matches, context) File "/home/daniel/.local/share/pipx/venvs/subliminal/lib/python3.13/site-packages/guessit/rules/properties/mimetype.py", line 43, in when mime, _ = mimetypes.guess_type(matches.input_string, strict=False) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/mimetypes.py", line 324, in guess_type return _db.guess_type(url, strict) ~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3.13/mimetypes.py", line 126, in guess_type p = urllib.parse.urlparse(url) File "/usr/lib/python3.13/urllib/parse.py", line 395, in urlparse splitresult = urlsplit(url, scheme, allow_fragments) File "/usr/lib/python3.13/urllib/parse.py", line 516, in urlsplit _check_bracketed_netloc(netloc) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ File "/usr/lib/python3.13/urllib/parse.py", line 447, in _check_bracketed_netloc raise ValueError("Invalid IPv6 URL") ValueError: Invalid IPv6 URL -------------------------------------------------------------------- Please report at https://github.com/guessit-io/guessit/issues. ====================================================================