pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.74k stars 271 forks source link

[APP SUBMITTED]: ValueError: invalid literal for int() with base 10: '' #10388

Open xbette opened 2 years ago

xbette commented 2 years ago

INFO

Python Version: 3.7.3 (default, Jul 25 2020, 13:03:44) [GCC 8.3.0] Operating System: Linux-4.19.0-12-amd64-x86_64-with-debian-10.6 Locale: UTF-8 Branch: develop Database: 44.19 Commit: pymedusa/Medusa@085f27439608d1c51053ad343f96698364880e4a Link to Log: https://gist.github.com/3e4dac5968fe732c85547b78c9d6bb2a

ERROR

2022-03-03 21:00:53 ERROR    SHOWQUEUE-REFRESH :: [085f274] 395971: Error while refreshing show Stjerner i trøjen. Error: invalid literal for int() with base 10: ''
Traceback (most recent call last):
  File "/opt/medusa/medusa/queues/show_queue.py", line 761, in run
    self.show.populate_cache()
  File "/opt/medusa/medusa/tv/series.py", line 1982, in populate_cache
    image_cache.fill_cache(self)
  File "/opt/medusa/medusa/image_cache.py", line 343, in fill_cache
    _cache_image_from_indexer(series_obj, img_type)
  File "/opt/medusa/medusa/image_cache.py", line 266, in _cache_image_from_indexer
    img_data = metadata_generator._retrieve_show_image(img_type_name, series_obj)
  File "/opt/medusa/medusa/metadata/generic.py", line 777, in _retrieve_show_image
    indexer_show_obj = self._get_show_data(show_obj)
  File "/opt/medusa/medusa/metadata/generic.py", line 925, in _get_show_data
    my_show = self.indexer_api[int(series_id)]
  File "/opt/medusa/medusa/indexers/base.py", line 435, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/opt/medusa/medusa/indexers/tvdbv2/api.py", line 562, in _get_show_data
    self._set_show_data(tvdb_id, 'externals', {'imdb_id': ImdbIdentifier(getattr(self[tvdb_id], 'imdb_id', None)).series_id})
  File "/opt/medusa/medusa/indexers/imdb/api.py", line 43, in __init__
    self.imdb_id = imdb_id
  File "/opt/medusa/medusa/indexers/imdb/api.py", line 72, in imdb_id
    self.series_id = int(value)
ValueError: invalid literal for int() with base 10: ''

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

fuxxociety commented 2 years ago

INFO

Python Version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] Operating System: Linux-5.10.0-10-amd64-x86_64-with-glibc2.31 Locale: UTF-8 Branch: master Database: 44.19 Commit: pymedusa/Medusa@6313f26ca6a940885c0282c3a704dd522b73ec1e Link to Log: No Log available

ERROR

2022-06-28 18:26:39 ERROR    SEARCHQUEUE-BACKLOG-80147 :: [TokyoToshokan] :: [6313f26] Casting to int failed.
Stack trace:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/home/medusa/opt/medusa/medusa/search/queue.py", line 572, in run
    search_result = search_providers(self.show, self.segment)
  File "/home/medusa/opt/medusa/medusa/search/core.py", line 720, in search_providers
    search_results = cur_provider.find_search_results(series_obj, needed_eps, search_mode, forced_search,
  File "/home/medusa/opt/medusa/medusa/providers/generic_provider.py", line 450, in find_search_results
    search_result.update_search_result()
  File "/home/medusa/opt/medusa/medusa/classes.py", line 277, in update_search_result
    self.size = self.provider._get_size(self.item)
Traceback (most recent call last):
  File "/home/medusa/opt/medusa/medusa/helper/common.py", line 331, in try_int
    return int(candidate)
ValueError: invalid literal for int() with base 10: '228.8MiB'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

pct00 commented 1 year ago

INFO

Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] Operating System: Windows-10-10.0.19041-SP0 Locale: cp1252 Branch: master Database: 44.19 Commit: pymedusa/Medusa@400903a534414868f6fcf74ea2a5adc71505645d Link to Log: No Log available

ERROR

2022-08-04 01:07:03 ERROR    SEARCHQUEUE-BACKLOG-79895 :: [TokyoToshokan] :: [400903a] Casting to int failed.
Stack trace:
  File "C:\Program Files\Medusa\Python\lib\threading.py", line 885, in _bootstrap
    self._bootstrap_inner()
  File "C:\Program Files\Medusa\Python\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "C:\Program Files\Medusa\Medusa\medusa\search\queue.py", line 572, in run
    search_result = search_providers(self.show, self.segment)
  File "C:\Program Files\Medusa\Medusa\medusa\search\core.py", line 725, in search_providers
    down_cur_quality, manual_search, manual_search_type)
  File "C:\Program Files\Medusa\Medusa\medusa\providers\generic_provider.py", line 450, in find_search_results
    search_result.update_search_result()
  File "C:\Program Files\Medusa\Medusa\medusa\classes.py", line 277, in update_search_result
    self.size = self.provider._get_size(self.item)
Traceback (most recent call last):
  File "C:\Program Files\Medusa\Medusa\medusa\helper\common.py", line 331, in try_int
    return int(candidate)
ValueError: invalid literal for int() with base 10: '172.63MiB'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

psa99 commented 1 year ago

INFO

Python Version: 3.7.12 (default, Oct 22 2021, 20:31:41) [GCC 4.9.3 20150311 (prerelease)] Operating System: Linux-3.10.105-x86_64-with-glibc2.2.5 Locale: UTF-8 Branch: master Database: 44.19 Commit: pymedusa/Medusa@e4b480c924d0dbb01417333a5669b3cfcf19f9fe Link to Log: https://gist.github.com/4f5f578091cd0978b7d1cbd78414af0f

ERROR

2022-12-06 00:46:41 ERROR    SEARCHQUEUE-BACKLOG-77680 :: [TokyoToshokan] :: [e4b480c] Casting to int failed.
Stack trace:
  File "/var/packages/python3/target/lib/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/volume1/@appstore/medusa/var/src/medusa/search/queue.py", line 572, in run
    search_result = search_providers(self.show, self.segment)
  File "/volume1/@appstore/medusa/var/src/medusa/search/core.py", line 725, in search_providers
    down_cur_quality, manual_search, manual_search_type)
  File "/volume1/@appstore/medusa/var/src/medusa/providers/generic_provider.py", line 281, in find_search_results
    result = self.get_result(series=series, item=item)
  File "/volume1/@appstore/medusa/var/src/medusa/providers/torrent/torrent_provider.py", line 60, in get_result
    item=item, cache=cache)
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 350, in __init__
    super(TorrentSearchResult, self).__init__(provider, series=series, item=item, cache=cache)
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 120, in __init__
    self.update_search_result()
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 277, in update_search_result
    self.size = self.provider._get_size(self.item)
Traceback (most recent call last):
  File "/volume1/@appstore/medusa/var/src/medusa/helper/common.py", line 331, in try_int
    return int(candidate)
ValueError: invalid literal for int() with base 10: '3295MiB'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

XxUnkn0wnxX commented 1 year ago

INFO

Python Version: 3.9.15 (main, Oct 11 2022, 22:26:39) [Clang 13.0.0 (clang-1300.0.29.30)] Operating System: macOS-11.7.1-x86_64-i386-64bit Locale: UTF-8 Branch: develop Database: 44.19 Commit: pymedusa/Medusa@6a9f6703eb96f8824e0645b6b1ee8c96bf9465a7 Link to Log: https://gist.github.com/5ba7ded68227cfe8459d519fa7bd4852

ERROR

2022-12-10 03:16:43 ERROR    SEARCHQUEUE-DAILY-SEARCH :: [Nyaa.si] :: [6a9f670] DailySearchQueueItem Exception, error: GuessitException('An internal error has occured in guessit.\n===================== Guessit Exception Report =====================\nversion=3.4.2\nstring=Biju Tune! ep. 001-117\noptions={\'expected_title\': [\'OSS 117\', \'This is Us\', \'12 Monkeys\', \'Ben 10\', \'Ben 10: Alien Force\', \'Ben 10: Omniverse\', \'Ben 10: Ultimate Alien\', \'H2O: Just Add Water\', \'Knight Rider 2008\', \'Siren 2018\', \'Star Wars The Clone Wars 2008\', \'Stargate SG1\', \'Stargate SG-1\', \'The 100\', \'The Flash 2014\', \'The Magicians 2015\', \'Transformers Robots in Disguise 2015\', \'Warehouse 13 (2009)\', \'Warehouse 13\', \'Code Geass: Lelouch of the Rebellion R2\', \'コードギアス 反逆のルルーシュ R2\', \'Code Geass R2\', \'Date A Live S2\', \'Date a Live S3\', \'Date a Live S4\', \'Granblue Fantasy The Animation S2\', \'Kamisama Kiss 2\', \'Kami-sama Hajimemashita 2\', \'Kamisama Hajimemashita S2\', \'Kami-sama Hajimemashita\', \'Magi S2\', \'Magical Girl Spec-Ops Asuka\', \'Overlord 2\', \'Overlord S4\', \'Overlord 4\', \'Overlord S3\', \'Overlord S2\', \'Overlord 3\', \'Re Zero kara Hajimeru Isekai Seikatsu 2nd Season\', \'Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season\', \'Re: Zero Kara Hajimeru Isekai Seikatsu S2\', \'ReZero kara Hajimeru Isekai Seikatsu 2nd Season\', \'Re ZERO -Starting Life in Another World- Season 2\', \'ReZero kara Hajimeru Isekai Seikatsu (Season 2)\', \'ReZero -Starting Life in Another World-\', \'Re:Zero -Starting Life In Another World- Season 2\', \'Re.Zero kara Hajimeru Isekai Seikatsu 2nd Season\', \'Re:ZERO -Starting Life in Another World- Season 2\', \'ReZero 2nd Season\', \'작안의 샤나 2기\', \'Shakugan no Shana 3\', \'Shakugan no Shana 2\', \'Sword Art Online - Alicization - War of Underworld Part 2\', \'Sword Art Online - Alicization\', \'Sword Art Online: Alicization War of Underworld S2\', \'Sword Art Online Alicization War of Underworld Part 2\', \'Sword Art Online Alicization - War of Underworld\', \'Sword Art Online: Alicization - War of Underworld 2nd Season\', \'Sword Art Online - Alicization - War of Underworld\', \'SAO3 WoU\', \'Sword Art Onlineː Alicization - War of Underworld\', "Yu-Gi-Oh! 5D\'s", \'Yuu Gi Ou: Arc-V\', \'Yu-Gi-Oh! Arc-V\', \'Yu-Gi-Oh! Duel Monsters\', \'Yu-Gi-Oh !\', \'Yu-Gi-Oh! GX\', \'Yu-Gi-Oh! Zexal\', \'The Rising of the Shield Hero Season 2\', \'Tate no Yuusha no Nariagari Season 3\', \'Tate no Yuusha no Nariagari S3\', \'Tate no Yuusha no Nariagari Season 2\', \'Tate no Yuusha no Nariagari S2\', \'Go-Toubun no Hanayome ∬\', \'5-toubun no Hanayome ∬\', \'Go-toubun no Hanayome\', \'Go-Toubun no Hanayome S2\', \'Go-Toubun no Hanayome\', \'Go-Toubun no Hanayome 2\', \'The Quintessential Quintuplets S2\', \'5-toubun no Hanayome\', \'Ore no Imouto ga Konnani Kawaii Wake ga Nai 2\', \'Ore no Imouto ga Konna ni Kawaii Wake ga Nai S2\', \'Oreimo S2\', "Ore no Imouto ga Konnani Kawaii Wake ga Nai. - My Little Sister Can\'t Be This Cute.", \'ImoCho - Another Shitty Sister Manga Adaptation\', \'Mahouka Koukou no Rettousei S3\', \'Mahouka Koukou no Rettousei Tsuioku-hen\', \'Mahouka Koukou no Rettousei S2\', \'Mahouka Koukou no Rettousei Raihousha-hen\', \'Akane-Iro ni Somaru Saka\', \'Familiar of Zero 2\', \'Hitori no Shita: The Outcast S2\', \'Hitori no Shita: The Outcast 2nd Season\', \'Hitori no Shita - The Outcast Season 2\', \'Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 2nd Season\', \'Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e S2\', \'Classroom of the Elite 2nd Season\', \'To Love-Ru Darkness\', \'Motto To Love-Ru\', \'To Love-Ru\', \'To Love-Ru Trouble Darkness 2nd\', \'To Love-Ru Darkness 2nd\', \'To LOVE-Ru\', \'Motto To Love-Ru Trouble\', \'To Love-Ru Trouble Darkness\', \'When They Cry - Higurashi\', \'Bokutachi wa Benkyou ga Dekinai 2\', \'Bokutachi wa Benkyou ga Dekinai S2\', \'Boku-tachi wa Benkyou ga Dekinai\', \'Bungou Stray Dogs 2nd Season\', \'Bungou Stray Dogs 3rd Season\', \'Unbreakable Machine-Doll\', \'Machine-Doll wa Kizutsukanai\', \'Haiyore! Nyarlko-san\', \'Haiyore! Nyaruko-san W\', \'Haiyore! Nyarlko-san W\', \'Haiyore! Nyaruko-san\', \'GATE - Thus the JSDF Fought There!\', \'Midara na Ao-chan wa Benkyou ga Dekinai\', "Ao-chan Can\'t Study!", \'Netsuzou Trap -NTR-\', \'Tonari no Kyuuketsuki-san\', \'A Certain Magical Index S3\', \'Persona 5 the Animation\', \'Isekai Maou to Shoukan Shoujo no Dorei Majutsu S2\', \'Masamune-kun no Revenge\', "Masamune-kun\'s Revenge", \'Zombieland Saga S2\', \'Kore wa Zombie Desu ka - Of the Dead\', \'The Helpful Fox Senko-san\', \'Sewayaki Kitsune no Senko-san\', \'Rosario to Vampire Capu2\', \'Rosario + Vampire: CAPU2\', \'ロザリオとバンパイア Capu2\', \'Okusama ga Seitokaichou! S2\', \'Okusama ga Seitokaichou! S2 (Uncensored)\', \'Saekano S2\', \'School-Live!\', "Because I Don\'t Like My Brother At All--!!", \'3D Kanojo\', \'3D Kanojo: Real Girl 2nd Season\', \'3D Kanojo Real Girl\', \'Cross Ange - Tenshi to Ryuu no Rondo\', \'C³\', \'Dragonaut - The Resonance\', \'Devil Survivor 2: The Animation\', \'Infinite Stratos 2\', \'IS: Infinite Stratos 2\', "Gen\'ei wo Kakeru Taiyou - Il Sole Penetra le Illusioni", "Gen\'ei o Kakeru Taiyou - Il Sole Penetra le Illusioni", \'11eyes\', \'Seikon no Qwaser 2\', \'The Promised Neverland Season 2\', \'Yakusoku no Neverland S2\', \'Yakusoku no Neverland 2nd Season\', \'The Promised Neverland S2\', \'The Promised Neverland (Yakusoku no Neverland) S2\', \'K - Return of Kings\', \'Black Butler - Book of Circus\', \'Kuroshitsuji - Book of Circus\', \'Seitokai Yakuindomo S2\', \'Nisekoi S2\', \'Nisekoi 2\', \'Arpeggio of Blue Steel -Ars Nova-\', \'YU-NO: A Girl Who Chants Love at the Bound of This World\', \'Kono Yo no Hate de Koi wo Utau Shoujo YU-NO\', \'Maken-Ki! Battling Venus\', \'Maken-ki! Two\', \'Maken-Ki!\', \'Yamada-kun to 7-nin no Majo\', \'Yamada-kun and the Seven Witches (2015)\', \'Yamada-kun to 7-nin no Majo (2015)\', \'Araburu Kisetsu no Otome-domo yo\', \'Kaichou wa Maid-sama\', \'Yahari Ore no Seishun Love Comedy wa Machigatteiru. Zoku - My Teenage RomCom SNAFU TOO!\', \'Yahari Ore no Seishun Love Comedy wa Machigatteiru - My Teenage RomCom SNAFU\', \'Maou-sama, Retry!\', \'Steins;Gate 0\', \'Mikakunin de Shinkoukei - Engaged to the Unidentified\', \'Okaa-san Online\', \'Tsuujou Kougeki ga Zentai Kougeki de Ni-kai Kougeki no Okaasan wa Suki Desu ka?\', \'Do You Love Your Mom and Her Two-Hit Multi-Target Attacks?\', \'Sidonia no Kishi - Daikyuu Wakusei Seneki\', \'Knights of Sidonia S2 - The Ninth Planet Crusade\', \'Sidonia no Kishi S2\', \'Nagi-Asu: A Lull in the Sea\', \'Gonna be the Twin-Tail!!\', \'Inou-Battle wa Nichijou-kei no Naka de\', \'Inou-Battle in the Usually Daze\', \'Inou Battle wa Nichijou-kei no Naka de\', \'Chuunibyou demo Koi ga Shitai! 2\', \'Chu-2 Byo demo Koi ga Shitai!\', \'H2O - Footprints in the Sand\', \'ef - a tale of memories.\', \'ef - a tale of melodies.\', \'White Album 2\', \'Lord El-Melloi II Case Files\', \'Lord El-Melloi II Case Files Rail Zeppelin Grace Note\', \'Lord El-Melloi II Sei no Jikenbo - Rail Zeppelin Grace Note\', \'Dr. Stone 2nd Season\', \'Dr. Stone S2\', \'Enen no Shouboutai S2\', \'Fire Force S2\', \'Shingeki no Kyojin (The Final Season Part 2)\', \'Attack on Titan - S4\', \'Shingeki no Kyojin Season 3\', \'Shingeki no Kyojin Season 3 (2019)\', \'Attack on Titan S2\', \'Attack on Titan S3\', \'Shingeki no Kyojin S2\', \'Shingeki no Kyojin S3\', \'Shingeki no Kyojin Season 2\', \'Attack on Titan S4\', \'Shingeki no Kyojin: The Final Season Part 2\', \'Shingeki no Kyojin (Season 3)\', \'Shingeki no Kyojin (Season 2)\', \'Shingeki no Kyojin S4\', \'Seraph of the End 2nd Season\', \'Owari no Seraph 2nd Season\', \'Seraph of the End S2\', \'Owari no Seraph: Nagoya Kessen-hen\', \'DanMachi - Sword Oratoria\', \'DanMachi Gaiden - Sword Oratoria\', \'Mondaiji-tachi ga Isekai kara Kuru Sou Desu yo?\', \'That Time I Got Reincarnated as a Slime Season 2 Part 2\', \'Tensei Shitara Slime Datta Ken 2nd Season Part 2\', \'Tensei shitara Slime Datta Ken 2nd Season\', \'That Time I Got Reincarnated as a Slime Season 2 Part 2 S2\', \'Tensei Shitara Slime Datta Ken S2\', \'That Time I Got Reincarnated as a Slime Season 2\', \'Tensei Shitara Slime Datta Ken 2nd Season Part 2 S2\', \'That Time I Got Reincarnated as a Slime S2\', \'Tensei shitara Slime Datta Ken 2nd Season Part 2\', \'Koukyoushi Hen - Eureka Seven\', \'Eureka 7\', \'Eureka 7 (JP)\', \'Log Horizon 2\', \'Log Horizon S3\', \'Log Horizon - Destruction of the Round Table\', \'Log Horizon S2\', \'Log Horizon 2nd Season\', \'Log Horizon - Entaku Houkai\', \'Log Horizon 3rd Season\', \'Log Horizon 3\', \'The Devil Is a Part-Timer! Season 2\', \'Hataraku Maou-sama!!\', \'Hataraku Maou-sama!\', \'The Devil is a Part-Timer! Season 2\', \'The Devil Is a Part-Timer!\', \'Hataraku Maou-sama S2\', \'Hataraku Maou-sama!! (The Devil is a Part-Timer!!)\', \'Hataraku Maou-sama! 2nd Season\', \'Hataraku Maou-sama! 2\', \'Choujin Koukousei-tachi wa Isekai demo Yoyuu de Ikinuku you desu!\', \'Batwoman 2019\', \'Nancy Drew 2019\', \'War of the Worlds 2019\', \'Kono Subarashii Sekai ni Shukufuku wo! S2\', \'Kono Subarashii Sekai ni Shukufuku wo! 2\', "KONOSUBA - God\'s blessing on this wonderful world!", \'Anti-Magic Academy: The 35th Test Platoon\', \'Taimadou Gakuen 35 Shiken Shoutai\', \'Ascendance of a Bookworm (Honzuki no Gekokujou) S2\', \'Honzuki no Gekokujou - Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen\', \'Honzuki no Gekokujou - Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen 2nd Season\', \'Honzuki no Gekokujou - Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen 3rd Season\', \'Honzuki no Gekokujou S3\', \'Ulysses - Jehanne Darc to Renkin no Kishi\', "Ulysses - Jeanne d\'Arc to Renkin no Kishi", \'Ulysses - Jeanne d Arc to Renkin no Kishi\', \'07-Ghost\', \'Kyokou Suiri Season 2\', \'Jibaku Shounen Hanako-kun\', \'Toilet-Bound Hanako-kun\', \'Bofuri - Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu\', \'Majutsushi Orphen Hagure Tabi - Kimluck-hen\', \'Sorcerous Stabber Orphen - Battle of Kimluck\', \'Majutsushi Orphen Hagure Tabi S2\', \'Majutsushi Orphen Hagure Tabi Kimluck-hen\', \'Rikei ga Koi ni Ochita no de Shoumei shitemita S2\', \'Rikei ga Koi ni Ochita no de Shoumei shitemita Season 2\', \'Science Fell in Love, So I Tried to Prove It r=1-sinθ\', \'Rikei ga Koi ni Ochita no de Shoumei Shite Mita S2\', \'Mairimashita! Iruma-kun\', \'Welcome to Demon School! Iruma-kun Season 3\', \'Welcome to Demon School! Iruma-kun S2\', \'Mairimashita! Iruma-kun S3\', \'Mairimashita! Iruma-kun 2nd Season\', \'Mairimashita! Iruma-kun 3rd Season\', \'Mairimashita! Iruma-kun S2\', \'Welcome to Demon School! Iruma-kun S3\', \'Welcome to Demon School! Iruma-kun\', \'Mairimashita! Iruma-kun 3\', \'Welcome to Demon School! Iruma-kun 2nd Season\', \'welcome to demon school! iruma-kun s2\', \'Dagashi Kashi S2\', \'Dagashi Kashi 2\', \'Suki-tte Ii na yo\', \'Danganronpa 3 - Despair Arc\', "Danganronpa 3: The End of Hope\'s Peak Academy Side: Despair", "Danganronpa 3: The End of Hope\'s Peak High School - Future Arc", \'Danganronpa 3: The End of Kibougamine Gakuen - Mirai Hen\', \'Danganronpa 3 - Future Arc\', \'Ansatsu Kyoushitsu 2\', \'Ansatsu Kyoushitsu S2\', \'Assassination Classroom S2\', \'Magia Record: Mahou Shoujo Madoka☆Magica Gaiden Final SEASON - Asaki Yume no Akatsuki\', \'Magia Record - Mahou Shoujo Madoka Magica Gaiden Final Season\', \'Magia Record S2\', \'Magia Record S3\', \'Magia Record - Mahou Shoujo Madoka\', \'Magia Record - Mahou Shoujo Madoka Magica Gaiden 2nd Season\', \'Magia Record - Mahou Shoujo Madoka Magica Gaiden\', \'The Unlimited - Hyoubu Kyousuke\', \'Zettai Karen Children: The Unlimited - Hyoubu Kyousuke\', \'Courtesy of Zettai Karen Children: The Unlimited - Hyoubu Kyousuke\', \'Seitokai no Ichizon Lv2\', \'Psycho-Pass 2\', \'Psycho-Pass\', \'Psycho-Pass 3\', \'PSYCHO-PASS Extended Edition\', \'No. 6\', \'Beastars 2nd Season\', \'Beastars 2\', \'Beastars S2\', \'Tsugumomo S2\', \'Hamefura S2\', \' My Next Life as a Villainess - All Routes Lead to Doom! X\', \'Mushoku Tensei Isekai Ittara Honki Dasu 2nd Season\', \'Wandering Witch - The Journey of Elaina \', \'Princess Connect! Re:Dive Season 2\', \'Princess Connect! Re - Dive\', \'Princess Connect! Re - Dive Season 2\', \'Princess Connect! ReDive Season 2\', \'Princess Connect! Re-Dive S2\', \'Hachi-nan tte, Sore wa Nai deshou!\', \'The 8th Son? Are You Kidding Me?\', \'Bungou to Alchemist - Shinpan no Haguruma\', \'Bungo to Alchemist - Shinpan no Haguruma -\', \'Bungo and Alchemist -Gears of Judgement-\', \'Bungo to Alchemist - Shinpan no Haguruma\', \'Black-Lagoon\', \'Fugou Keiji - Balance:Unlimited\', \'Fugou Keiji Balance - UNLIMITED\', \'G.i.t.S. S.A.C. 2nd GIG\', \'Ghost in the Shell SAC 2nd GIG\', \'Ghost in the Shell SAC_2045\', \'Koukaku Kidoutai SAC_2045\', \'攻殻機動隊 SAC_2045 (2022)\', \'Koukaku Kidoutai S.A.C. 2nd GIG\', \'攻殻機動隊 S.A.C. 2nd GIG\', \'Koukaku Kidoutai: SAC_2045 (2022)\', \'Ghost in the Shell: SAC_2045\', \'Ghost in the Shell: S.A.C. 1st GIG\', \'Ghost in the Shell: S.A.C. 2nd GIG\', \'Ghost in the Shell: SAC_2045 (2022)\', \'Ghost in the Shell: Stand Alone Complex 2nd GIG\', \'攻殻機動隊 SAC_2045\', \'Fruits Basket (2019) 3rd Season\', \'Fruits Basket S2 (2019)\', \'Fruits Basket 2nd Season\', \'Fruits Basket (2019) - The Final Season\', \'] Fruits Basket (2019) - The Final Season\', \'Fruits Basket S2 2019\', \'Fruits Basket 3rd Season\', \'Fruits Basket (2019) 2nd Season\', \'Fruits Basket (2019) S3\', \'Kanojo Okarishimasu 2\', \'Kanojo, Okarishimasu S2\', \'Kanojo, Okarishimasu Season 2\', \'Kanojo, Okarishimasu 3rd Season\', \'Rent-a-Girlfriend\', \'Rent-a-Girlfriend 3rd Season\', \'Kanojo Okarishimasu 2nd Season\', \'Kanojo, Okarishimasu 2nd Season\', \'Deca-Dence\', \'Peter Grill To Kenja No Jikan (Season 2)\', \'Peter Grill to Kenja no Jikan S2\', \'Peter Grill to Kenja no Jikan - Super Extra\', \'D-class Formation Exzeros\', \'Koi to Producer - Evol x Love\', \'Monster Musume no Oisha-san\', \'Kami-tachi ni Hirowareta Otoko\', "King\'s Raid - Ishi wo Tsugu Mono-tach", "King\'s Raid Ishi wo Tsugumono-tachi", "King\'s Raid - Ishi o Tsugu Mono-tachi", "King\'s Raid - Ishi o Tsugu Mono-tach", "King\'s Raid - Ishi wo Tsugu Mono-tachi", "I\'m Standing on a Million Lives S2 ", \'100-man no Inochi no Ue ni Ore wa Tatte Iru S2\', \'100-man no Inochi no Ue ni Ore wa Tatte Iru\', \'100-man no Inochi no Ue ni Ore wa Tatteiru\', "I\'m Standing on a Million Lives 2nd Season", \'100-man no Inochi no Ue ni Ore wa Tatteiru 2nd Season\', \'Maou-jou de Oyasumi\', \'Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka - Familia Myth IV\', \'Danmachi - S04\', \'DanMachi S2\', \'DanMachi S4\', \'Is It Wrong to Try to Pick Up Girls in a Dungeon II (DanMachi S02)\', \'DanMachi S3\', \'Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka S4\', \'Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka S3\', \'Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka IV: Shin Shou - Meikyuu-hen\', \'The Twenty-Five-Year-Old High School Girl\', \'25-sai no Joshikousei\', \'Higehiro - After Being Rejected, I Shaved and Took in a High School Runaway\', \'Jaku-Chara Tomozaki-kun\', \'The Low Tier Character Tomozaki-kun\', \'Bottom-tier Character Tomozaki\', \'High-Rise Invasion\', \'Tensei Shitara Slime Datta Ken - Tensura Nikki\', \'Tensura Nikki - Tensei Shitara Slime Datta Ken\', \'Fumetsu no Anata e 2nd Season\', \'Fumetsu no Anata e S2\', \'To Your Eternity S2\', \'Fumetsu no Anata e 2\', \'Fumetsu no Anata e Season 2\', \'Slime Taoshite 300-nen\', \'Slime Taoshite 300-nen Shiranai Uchi ni Level Max ni Nattemashita\', \'Slime Taoshite 300-nen, Shiranai Uchi ni Level Max ni Nattemashita\', "I\'ve Been Killing Slimes for 300 Years and Maxed Out My Level", \'Tokyo Babylon 2021\', \'Project Scard - Praeter no Kizu\', \'Tsukimichi -Moonlit Fantasy-\', \'Tsukimichi - Moonlit Fantasy\', \'World Trigger 2nd Season\', \'World Trigger S3\', \'World Trigger 3rd Season\', \'World Trigger S2\', \'Vivy - Fluorite Eyes Song\', \'Vivy - Fluorite Eye s Song\', "Vivy - Fluorite Eye\'s Song", \'Seven Knights Revolution - Eiyuu no Keishousha\', \'Full Dive: This Ultimate Next-Gen Full Dive RPG Is Even Shittier Than Real Life!\', \'Vanitas no Karte 2nd Cour\', \'Vanitas no Carte Part 2\', \'Vanitas no Karte Part 2\', \'Ijiranaide, Nagatoro-san 2nd Season\', \'Ijiranaide, Nagatoro-san\', \'Cheat Kusushi no Slow Life - Isekai ni Tsukurou Drugstore\', \'Deatte 5-byou de Battle\', \'Deatte 5-Byou de Battle\', \'Battle Game in 5 Seconds\', \'Deatte 5 Byou de Battle\', \'Genjitsu Shugi Yuusha no Oukoku Saikenki Part 2\', \'Kobayashi-san Chi no Maid Dragon S\', \'Kobayashi-san Chi no Maid Dragon\', \'Kobayashi-san Chi no Maid Dragon S2\', \'Kobayashi-san Chi no Maidragon\', \'Kobayashi-san Chi no Maidragon S\', \'Megami-ryou no Ryoubo-kun.\', \'Megami-ryou no Ryoubo-kun\', \'Night Head 2041\', \'Jahy-sama wa Kujikenai!\', \'Heion Sedai no Idaten-tachi\', \'Gaikotsu Kishi-\\u200bsama, Tadaima Isekai e Odekakechuu\', \'Gaikotsu Kishi-sama, Tadaima Isekai e Odekake-chuu\', \'Gaikotsu Kishi-sama, Tadaima Isekai e Odekakechuu\', \'Shadows House 2nd Season\', \'Shadows House S2\', \'Build-Divide\', \'Build Divide - Code White\', \'Build Divide - Code Black\', \'Build Divide - #FFFFFF - Code White\', \'Build Divide - Code Black \', \'Komi-san wa, Komyushou desu S2\', \'Komi-san wa, Comyushou desu. 2nd Season\', \'Komi-san wa, Komyushou desu\', \'Komi-san wa, Comyushou desu\', \'Komi-san wa, Comyushou desu S2\', \'Komi-san wa, Comyushou desu. (Season 2)\', \'Mieruko-chan\', \'Megaton-kyuu Musashi 2nd Season\', \'Megaton-kyuu Musashi\', \'Deep Insanity - The Lost Child\', \'Fantasia Sango - Realm of Legends\', \'Gensou Sangokushi - Tengen Reishinki\', \'Higurashi - When They Cry - SOTSU\', \'Higurashi When They Cry - New\', \'Higurashi - When They Cry - GOU\', \'The Fruit of Evolution - Before I Knew It, My Life Had It Made\', \'Shinka no Mi - Shiranai Uchi ni Kachigumi Jinsei\', \'Muv-Luv Alternative\', \'Muv-Luv Alternative 2\', \'Muv-Luv Alternative 2nd Season\', \'Muv-Luv Alternative S2\', \'Muv-Luv Alternative S02\', \'Muv-Luv Alternative Season 2\', \'AMAIM Warrior at the Borderline Part 2\', \'Kyoukai Senki S2\', \'Orient - Awajishima Gekitou-hen\', \'Orient Awajishima Gekitou-hen\', \'Nanatsu No Taizai - Fundo No Shinpan\', \'Nanatsu no Taizai - Imashime no Fukkatsu\', \'Nanatsu no Taizai - The Seven Deadly Sins\', \'7 deadly sins\', \'Nanatsu no Taizai - Kamigami no Gekirin\', "The Seven Deadly Sins - Dragon\'s Judgement", \'86: Eighty Six\', \'Eighty Six (86)\', \'86 Part 2\', \'86 - Eighty Six\', \'Eight Six Part 2\', \'Kimetsu no Yaiba S3\', \'Demon Slayer - Kimetsu no Yaiba Entertainment District Arc\', \'Kimetsu no Yaiba S2\', \'Demon Slayer - Infinity Train arc\', \'Kimetsu no Yaiba - Yuukaku-hen\', \'Kimetsu no Yaiba - Mugen Ressha-hen\', \'Kimetsu no Yaiba Yuukaku-hen\', \'Tokyo 24th Ward\', \'Tokyo 24-ku\', \'My Dress-Up Darling\', \'Aharen-san wa Hakarenai\', \'Kawaii dake ja Nai Shikimori-san\', \'Kawaii Dake ja Nai Shikimori-san\', \'Dexter S09\', \'Kakegurui 2nd Season\', \'Akebi-chan no Serafuku\', \'Akebi-chan no Sailor Fuku\', \'Kaijin Kaihatsu-bu no Kuroitsu-san\', \'Kaijin Kaihatsubu no Kuroitsu-san\', \'Trapped in a Dating Sim - The World of Otome Games Is Tough for Mobs\', \'Arifureta Shokugyou de Sekai Saikyou 2nd season\', "Arifureta - From Commonplace to World\'s Strongest Season 2", \'Arifureta Shokugyou de Sekai Saikyou S2\', \'Arifureta S2\', \'Arifureta Shokugyou de Sekai Saikyou 2nd Season\', \'Arifureta Shokugyou de Sekai Saikyou Season 2\', \'My Stepsister is my Ex-girlfriend\', \'TONIKAWA - Over The Moon For You\', \'Snowpiercer 2020\', \'Spy x Family Part 2\', \'SPY×FAMILY Part 2\', \'Estab-Life: Great Escape\', \'Estab-Life\', \'Kaguya-sama wa Kokurasetai S3\', \'Kaguya-sama wa Kokurasetai: Ultra Romantic\', \'Kaguya-sama wa Kokurasetai: Tensai-tachi no Renai Zunousen\', \'Kaguya-sama wa Kokurasetai\', \'Kaguya-sama: Love is War S3\', \'Kaguya-sama: Love is War S2\', \'Kaguya-sama - Love Is War -Ultra Romantic-\', \'Kaguya-sama wa Kokurasetai S2\', \'Kaguya-sama: Love Is War\', \'Owarimonogatari S2\', \'RWBY - Hyousetsu Teikoku\', \'She-Ra and the Princesses of Power\', \'Dollhouse 2009\', \'Revolution 2012\', \'V 2009\', "I\'ve Somehow Gotten Stronger When I Improved My Farm-Related Skills", \'Arknights - Prelude to Dawn\', \'Arknights - Reimei Zensou\', \'4-nin wa Sorezore Uso wo Tsuku\', \'4-nin wa Sorezore Uso o Tsuku\', \'Seiken Densetsu Legend of Mana - The Teardrop Crystal\', \'Legend of Mana -The Teardrop Crystal-\', \'Seiken Densetsu - Legend of Mana - The Teardrop Crystal\', \'Mushikaburi-hime\', \'What If 2021\', \'WandaVision 2021\', \'Hitsugi no Chaika - Avenging Battle\'], \'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\', \'jp\'], \'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\', \'AC3D?\']}, \'Dolby Atmos\': {\'string\': [\'Atmos\'], \'regex\': [\'Dolby-?Atmos\']}, \'AAC\': \'AAC\', \'Dolby Digital Plus\': [\'EAC3\', \'DDP\', \'DD+\'], \'FLAC\': \'Flac\', \'DTS\': \'DTS\', \'DTS-HD\': {\'regex\': [\'DTS-?HD\', \'DTS(?=-?MA)\'], \'conflict_solver\': "lambda match, other: other if other.name == \'audio_codec\' else \'__default__\'"}, \'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\', \'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\': [{\'string\': \'Remastered\', \'tags\': [\'has-neighbor\', \'release-group-prefix\']}, {\'regex\': \'4k-remaster(?:ed)?\', \'tags\': [\'release-group-prefix\']}], \'Restored\': [{\'string\': \'Restored\', \'tags\': [\'has-neighbor\', \'release-group-prefix\']}, {\'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\', \'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\', \'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\', \'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\'}}, \'show_type\': \'normal\', \'type\': \'episode\', \'implicit\': True, \'episode_prefer_number\': False, \'expected_group\': [\'TV2LAX9\', \'DHD\', \'20-40\', \'E7\']}\n--------------------------------------------------------------------\nTraceback (most recent call last):\n  File "/Users/ovidijus/Apps/Medusa/ext/guessit/api.py", line 209, in guessit\n    matches = self.rebulk.matches(string, options)\n  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rebulk.py", line 115, in matches\n    self._execute_rules(matches, context)\n  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rebulk.py", line 146, in _execute_rules\n    rules.execute_all_rules(matches, context)\n  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rules.py", line 312, in execute_all_rules\n    when_response = execute_rule(rule, matches, context)\n  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rules.py", line 333, in execute_rule\n    when_response = rule.when(matches, context)\n  File "/Users/ovidijus/Apps/Medusa/ext/guessit/rules/processors.py", line 118, in when\n    if match.value not in values[match.name]:\n  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/match.py", line 646, in value\n    return self.formatter(self.raw)\nValueError: invalid literal for int() with base 10: \'ep. 0\'\n--------------------------------------------------------------------\nPlease report at https://github.com/guessit-io/guessit/issues.\n====================================================================')
Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/ext/guessit/api.py", line 209, in guessit
    matches = self.rebulk.matches(string, options)
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rebulk.py", line 115, in matches
    self._execute_rules(matches, context)
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rebulk.py", line 146, in _execute_rules
    rules.execute_all_rules(matches, context)
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rules.py", line 312, in execute_all_rules
    when_response = execute_rule(rule, matches, context)
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rules.py", line 333, in execute_rule
    when_response = rule.when(matches, context)
  File "/Users/ovidijus/Apps/Medusa/ext/guessit/rules/processors.py", line 118, in when
    if match.value not in values[match.name]:
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/match.py", line 646, in value
    return self.formatter(self.raw)
ValueError: invalid literal for int() with base 10: 'ep. 0'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/medusa/search/queue.py", line 295, in run
    found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force)
  File "/Users/ovidijus/Apps/Medusa/medusa/search/core.py", line 536, in search_for_needed_episodes
    cur_provider.cache.update_cache(scheduler_start_time)
  File "/Users/ovidijus/Apps/Medusa/medusa/tv/cache.py", line 245, in update_cache
    parsed_result = NameParser().parse(item['title'])
  File "/Users/ovidijus/Apps/Medusa/medusa/name_parser/parser.py", line 451, in parse
    result = self._parse_string(name)
  File "/Users/ovidijus/Apps/Medusa/medusa/name_parser/parser.py", line 344, in _parse_string
    guess = guessit.guessit(name, dict(show_type=self.show_type))
  File "/Users/ovidijus/Apps/Medusa/medusa/name_parser/guessit_parser.py", line 91, in guessit
    result = default_api.guessit(name, options=final_options)
  File "/Users/ovidijus/Apps/Medusa/ext/guessit/api.py", line 225, in guessit
    raise GuessitException(string, options) from err
guessit.api.GuessitException: An internal error has occured in guessit.
===================== Guessit Exception Report =====================
version=3.4.2
string=Biju Tune! ep. 001-117
options={'expected_title': ['OSS 117', 'This is Us', '12 Monkeys', 'Ben 10', 'Ben 10: Alien Force', 'Ben 10: Omniverse', 'Ben 10: Ultimate Alien', 'H2O: Just Add Water', 'Knight Rider 2008', 'Siren 2018', 'Star Wars The Clone Wars 2008', 'Stargate SG1', 'Stargate SG-1', 'The 100', 'The Flash 2014', 'The Magicians 2015', 'Transformers Robots in Disguise 2015', 'Warehouse 13 (2009)', 'Warehouse 13', 'Code Geass: Lelouch of the Rebellion R2', 'コードギアス 反逆のルルーシュ R2', 'Code Geass R2', 'Date A Live S2', 'Date a Live S3', 'Date a Live S4', 'Granblue Fantasy The Animation S2', 'Kamisama Kiss 2', 'Kami-sama Hajimemashita 2', 'Kamisama Hajimemashita S2', 'Kami-sama Hajimemashita', 'Magi S2', 'Magical Girl Spec-Ops Asuka', 'Overlord 2', 'Overlord S4', 'Overlord 4', 'Overlord S3', 'Overlord S2', 'Overlord 3', 'Re Zero kara Hajimeru Isekai Seikatsu 2nd Season', 'Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season', 'Re: Zero Kara Hajimeru Isekai Seikatsu S2', 'ReZero kara Hajimeru Isekai Seikatsu 2nd Season', 'Re ZERO -Starting Life in Another World- Season 2', 'ReZero kara Hajimeru Isekai Seikatsu (Season 2)', 'ReZero -Starting Life in Another World-', 'Re:Zero -Starting Life In Another World- Season 2', 'Re.Zero kara Hajimeru Isekai Seikatsu 2nd Season', 'Re:ZERO -Starting Life in Another World- Season 2', 'ReZero 2nd Season', '작안의 샤나 2기', 'Shakugan no Shana 3', 'Shakugan no Shana 2', 'Sword Art Online - Alicization - War of Underworld Part 2', 'Sword Art Online - Alicization', 'Sword Art Online: Alicization War of Underworld S2', 'Sword Art Online Alicization War of Underworld Part 2', 'Sword Art Online Alicization - War of Underworld', 'Sword Art Online: Alicization - War of Underworld 2nd Season', 'Sword Art Online - Alicization - War of Underworld', 'SAO3 WoU', 'Sword Art Onlineː Alicization - War of Underworld', "Yu-Gi-Oh! 5D's", 'Yuu Gi Ou: Arc-V', 'Yu-Gi-Oh! Arc-V', 'Yu-Gi-Oh! Duel Monsters', 'Yu-Gi-Oh !', 'Yu-Gi-Oh! GX', 'Yu-Gi-Oh! Zexal', 'The Rising of the Shield Hero Season 2', 'Tate no Yuusha no Nariagari Season 3', 'Tate no Yuusha no Nariagari S3', 'Tate no Yuusha no Nariagari Season 2', 'Tate no Yuusha no Nariagari S2', 'Go-Toubun no Hanayome ∬', '5-toubun no Hanayome ∬', 'Go-toubun no Hanayome', 'Go-Toubun no Hanayome S2', 'Go-Toubun no Hanayome', 'Go-Toubun no Hanayome 2', 'The Quintessential Quintuplets S2', '5-toubun no Hanayome', 'Ore no Imouto ga Konnani Kawaii Wake ga Nai 2', 'Ore no Imouto ga Konna ni Kawaii Wake ga Nai S2', 'Oreimo S2', "Ore no Imouto ga Konnani Kawaii Wake ga Nai. - My Little Sister Can't Be This Cute.", 'ImoCho - Another Shitty Sister Manga Adaptation', 'Mahouka Koukou no Rettousei S3', 'Mahouka Koukou no Rettousei Tsuioku-hen', 'Mahouka Koukou no Rettousei S2', 'Mahouka Koukou no Rettousei Raihousha-hen', 'Akane-Iro ni Somaru Saka', 'Familiar of Zero 2', 'Hitori no Shita: The Outcast S2', 'Hitori no Shita: The Outcast 2nd Season', 'Hitori no Shita - The Outcast Season 2', 'Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 2nd Season', 'Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e S2', 'Classroom of the Elite 2nd Season', 'To Love-Ru Darkness', 'Motto To Love-Ru', 'To Love-Ru', 'To Love-Ru Trouble Darkness 2nd', 'To Love-Ru Darkness 2nd', 'To LOVE-Ru', 'Motto To Love-Ru Trouble', 'To Love-Ru Trouble Darkness', 'When They Cry - Higurashi', 'Bokutachi wa Benkyou ga Dekinai 2', 'Bokutachi wa Benkyou ga Dekinai S2', 'Boku-tachi wa Benkyou ga Dekinai', 'Bungou Stray Dogs 2nd Season', 'Bungou Stray Dogs 3rd Season', 'Unbreakable Machine-Doll', 'Machine-Doll wa Kizutsukanai', 'Haiyore! Nyarlko-san', 'Haiyore! Nyaruko-san W', 'Haiyore! Nyarlko-san W', 'Haiyore! Nyaruko-san', 'GATE - Thus the JSDF Fought There!', 'Midara na Ao-chan wa Benkyou ga Dekinai', "Ao-chan Can't Study!", 'Netsuzou Trap -NTR-', 'Tonari no Kyuuketsuki-san', 'A Certain Magical Index S3', 'Persona 5 the Animation', 'Isekai Maou to Shoukan Shoujo no Dorei Majutsu S2', 'Masamune-kun no Revenge', "Masamune-kun's Revenge", 'Zombieland Saga S2', 'Kore wa Zombie Desu ka - Of the Dead', 'The Helpful Fox Senko-san', 'Sewayaki Kitsune no Senko-san', 'Rosario to Vampire Capu2', 'Rosario + Vampire: CAPU2', 'ロザリオとバンパイア Capu2', 'Okusama ga Seitokaichou! S2', 'Okusama ga Seitokaichou! S2 (Uncensored)', 'Saekano S2', 'School-Live!', "Because I Don't Like My Brother At All--!!", '3D Kanojo', '3D Kanojo: Real Girl 2nd Season', '3D Kanojo Real Girl', 'Cross Ange - Tenshi to Ryuu no Rondo', 'C³', 'Dragonaut - The Resonance', 'Devil Survivor 2: The Animation', 'Infinite Stratos 2', 'IS: Infinite Stratos 2', "Gen'ei wo Kakeru Taiyou - Il Sole Penetra le Illusioni", "Gen'ei o Kakeru Taiyou - Il Sole Penetra le Illusioni", '11eyes', 'Seikon no Qwaser 2', 'The Promised Neverland Season 2', 'Yakusoku no Neverland S2', 'Yakusoku no Neverland 2nd Season', 'The Promised Neverland S2', 'The Promised Neverland (Yakusoku no Neverland) S2', 'K - Return of Kings', 'Black Butler - Book of Circus', 'Kuroshitsuji - Book of Circus', 'Seitokai Yakuindomo S2', 'Nisekoi S2', 'Nisekoi 2', 'Arpeggio of Blue Steel -Ars Nova-', 'YU-NO: A Girl Who Chants Love at the Bound of This World', 'Kono Yo no Hate de Koi wo Utau Shoujo YU-NO', 'Maken-Ki! Battling Venus', 'Maken-ki! Two', 'Maken-Ki!', 'Yamada-kun to 7-nin no Majo', 'Yamada-kun and the Seven Witches (2015)', 'Yamada-kun to 7-nin no Majo (2015)', 'Araburu Kisetsu no Otome-domo yo', 'Kaichou wa Maid-sama', 'Yahari Ore no Seishun Love Comedy wa Machigatteiru. Zoku - My Teenage RomCom SNAFU TOO!', 'Yahari Ore no Seishun Love Comedy wa Machigatteiru - My Teenage RomCom SNAFU', 'Maou-sama, Retry!', 'Steins;Gate 0', 'Mikakunin de Shinkoukei - Engaged to the Unidentified', 'Okaa-san Online', 'Tsuujou Kougeki ga Zentai Kougeki de Ni-kai Kougeki no Okaasan wa Suki Desu ka?', 'Do You Love Your Mom and Her Two-Hit Multi-Target Attacks?', 'Sidonia no Kishi - Daikyuu Wakusei Seneki', 'Knights of Sidonia S2 - The Ninth Planet Crusade', 'Sidonia no Kishi S2', 'Nagi-Asu: A Lull in the Sea', 'Gonna be the Twin-Tail!!', 'Inou-Battle wa Nichijou-kei no Naka de', 'Inou-Battle in the Usually Daze', 'Inou Battle wa Nichijou-kei no Naka de', 'Chuunibyou demo Koi ga Shitai! 2', 'Chu-2 Byo demo Koi ga Shitai!', 'H2O - Footprints in the Sand', 'ef - a tale of memories.', 'ef - a tale of melodies.', 'White Album 2', 'Lord El-Melloi II Case Files', 'Lord El-Melloi II Case Files Rail Zeppelin Grace Note', 'Lord El-Melloi II Sei no Jikenbo - Rail Zeppelin Grace Note', 'Dr. Stone 2nd Season', 'Dr. Stone S2', 'Enen no Shouboutai S2', 'Fire Force S2', 'Shingeki no Kyojin (The Final Season Part 2)', 'Attack on Titan - S4', 'Shingeki no Kyojin Season 3', 'Shingeki no Kyojin Season 3 (2019)', 'Attack on Titan S2', 'Attack on Titan S3', 'Shingeki no Kyojin S2', 'Shingeki no Kyojin S3', 'Shingeki no Kyojin Season 2', 'Attack on Titan S4', 'Shingeki no Kyojin: The Final Season Part 2', 'Shingeki no Kyojin (Season 3)', 'Shingeki no Kyojin (Season 2)', 'Shingeki no Kyojin S4', 'Seraph of the End 2nd Season', 'Owari no Seraph 2nd Season', 'Seraph of the End S2', 'Owari no Seraph: Nagoya Kessen-hen', 'DanMachi - Sword Oratoria', 'DanMachi Gaiden - Sword Oratoria', 'Mondaiji-tachi ga Isekai kara Kuru Sou Desu yo?', 'That Time I Got Reincarnated as a Slime Season 2 Part 2', 'Tensei Shitara Slime Datta Ken 2nd Season Part 2', 'Tensei shitara Slime Datta Ken 2nd Season', 'That Time I Got Reincarnated as a Slime Season 2 Part 2 S2', 'Tensei Shitara Slime Datta Ken S2', 'That Time I Got Reincarnated as a Slime Season 2', 'Tensei Shitara Slime Datta Ken 2nd Season Part 2 S2', 'That Time I Got Reincarnated as a Slime S2', 'Tensei shitara Slime Datta Ken 2nd Season Part 2', 'Koukyoushi Hen - Eureka Seven', 'Eureka 7', 'Eureka 7 (JP)', 'Log Horizon 2', 'Log Horizon S3', 'Log Horizon - Destruction of the Round Table', 'Log Horizon S2', 'Log Horizon 2nd Season', 'Log Horizon - Entaku Houkai', 'Log Horizon 3rd Season', 'Log Horizon 3', 'The Devil Is a Part-Timer! Season 2', 'Hataraku Maou-sama!!', 'Hataraku Maou-sama!', 'The Devil is a Part-Timer! Season 2', 'The Devil Is a Part-Timer!', 'Hataraku Maou-sama S2', 'Hataraku Maou-sama!! (The Devil is a Part-Timer!!)', 'Hataraku Maou-sama! 2nd Season', 'Hataraku Maou-sama! 2', 'Choujin Koukousei-tachi wa Isekai demo Yoyuu de Ikinuku you desu!', 'Batwoman 2019', 'Nancy Drew 2019', 'War of the Worlds 2019', 'Kono Subarashii Sekai ni Shukufuku wo! S2', 'Kono Subarashii Sekai ni Shukufuku wo! 2', "KONOSUBA - God's blessing on this wonderful world!", 'Anti-Magic Academy: The 35th Test Platoon', 'Taimadou Gakuen 35 Shiken Shoutai', 'Ascendance of a Bookworm (Honzuki no Gekokujou) S2', 'Honzuki no Gekokujou - Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen', 'Honzuki no Gekokujou - Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen 2nd Season', 'Honzuki no Gekokujou - Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen 3rd Season', 'Honzuki no Gekokujou S3', 'Ulysses - Jehanne Darc to Renkin no Kishi', "Ulysses - Jeanne d'Arc to Renkin no Kishi", 'Ulysses - Jeanne d Arc to Renkin no Kishi', '07-Ghost', 'Kyokou Suiri Season 2', 'Jibaku Shounen Hanako-kun', 'Toilet-Bound Hanako-kun', 'Bofuri - Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu', 'Majutsushi Orphen Hagure Tabi - Kimluck-hen', 'Sorcerous Stabber Orphen - Battle of Kimluck', 'Majutsushi Orphen Hagure Tabi S2', 'Majutsushi Orphen Hagure Tabi Kimluck-hen', 'Rikei ga Koi ni Ochita no de Shoumei shitemita S2', 'Rikei ga Koi ni Ochita no de Shoumei shitemita Season 2', 'Science Fell in Love, So I Tried to Prove It r=1-sinθ', 'Rikei ga Koi ni Ochita no de Shoumei Shite Mita S2', 'Mairimashita! Iruma-kun', 'Welcome to Demon School! Iruma-kun Season 3', 'Welcome to Demon School! Iruma-kun S2', 'Mairimashita! Iruma-kun S3', 'Mairimashita! Iruma-kun 2nd Season', 'Mairimashita! Iruma-kun 3rd Season', 'Mairimashita! Iruma-kun S2', 'Welcome to Demon School! Iruma-kun S3', 'Welcome to Demon School! Iruma-kun', 'Mairimashita! Iruma-kun 3', 'Welcome to Demon School! Iruma-kun 2nd Season', 'welcome to demon school! iruma-kun s2', 'Dagashi Kashi S2', 'Dagashi Kashi 2', 'Suki-tte Ii na yo', 'Danganronpa 3 - Despair Arc', "Danganronpa 3: The End of Hope's Peak Academy Side: Despair", "Danganronpa 3: The End of Hope's Peak High School - Future Arc", 'Danganronpa 3: The End of Kibougamine Gakuen - Mirai Hen', 'Danganronpa 3 - Future Arc', 'Ansatsu Kyoushitsu 2', 'Ansatsu Kyoushitsu S2', 'Assassination Classroom S2', 'Magia Record: Mahou Shoujo Madoka☆Magica Gaiden Final SEASON - Asaki Yume no Akatsuki', 'Magia Record - Mahou Shoujo Madoka Magica Gaiden Final Season', 'Magia Record S2', 'Magia Record S3', 'Magia Record - Mahou Shoujo Madoka', 'Magia Record - Mahou Shoujo Madoka Magica Gaiden 2nd Season', 'Magia Record - Mahou Shoujo Madoka Magica Gaiden', 'The Unlimited - Hyoubu Kyousuke', 'Zettai Karen Children: The Unlimited - Hyoubu Kyousuke', 'Courtesy of Zettai Karen Children: The Unlimited - Hyoubu Kyousuke', 'Seitokai no Ichizon Lv2', 'Psycho-Pass 2', 'Psycho-Pass', 'Psycho-Pass 3', 'PSYCHO-PASS Extended Edition', 'No. 6', 'Beastars 2nd Season', 'Beastars 2', 'Beastars S2', 'Tsugumomo S2', 'Hamefura S2', ' My Next Life as a Villainess - All Routes Lead to Doom! X', 'Mushoku Tensei Isekai Ittara Honki Dasu 2nd Season', 'Wandering Witch - The Journey of Elaina ', 'Princess Connect! Re:Dive Season 2', 'Princess Connect! Re - Dive', 'Princess Connect! Re - Dive Season 2', 'Princess Connect! ReDive Season 2', 'Princess Connect! Re-Dive S2', 'Hachi-nan tte, Sore wa Nai deshou!', 'The 8th Son? Are You Kidding Me?', 'Bungou to Alchemist - Shinpan no Haguruma', 'Bungo to Alchemist - Shinpan no Haguruma -', 'Bungo and Alchemist -Gears of Judgement-', 'Bungo to Alchemist - Shinpan no Haguruma', 'Black-Lagoon', 'Fugou Keiji - Balance:Unlimited', 'Fugou Keiji Balance - UNLIMITED', 'G.i.t.S. S.A.C. 2nd GIG', 'Ghost in the Shell SAC 2nd GIG', 'Ghost in the Shell SAC_2045', 'Koukaku Kidoutai SAC_2045', '攻殻機動隊 SAC_2045 (2022)', 'Koukaku Kidoutai S.A.C. 2nd GIG', '攻殻機動隊 S.A.C. 2nd GIG', 'Koukaku Kidoutai: SAC_2045 (2022)', 'Ghost in the Shell: SAC_2045', 'Ghost in the Shell: S.A.C. 1st GIG', 'Ghost in the Shell: S.A.C. 2nd GIG', 'Ghost in the Shell: SAC_2045 (2022)', 'Ghost in the Shell: Stand Alone Complex 2nd GIG', '攻殻機動隊 SAC_2045', 'Fruits Basket (2019) 3rd Season', 'Fruits Basket S2 (2019)', 'Fruits Basket 2nd Season', 'Fruits Basket (2019) - The Final Season', '] Fruits Basket (2019) - The Final Season', 'Fruits Basket S2 2019', 'Fruits Basket 3rd Season', 'Fruits Basket (2019) 2nd Season', 'Fruits Basket (2019) S3', 'Kanojo Okarishimasu 2', 'Kanojo, Okarishimasu S2', 'Kanojo, Okarishimasu Season 2', 'Kanojo, Okarishimasu 3rd Season', 'Rent-a-Girlfriend', 'Rent-a-Girlfriend 3rd Season', 'Kanojo Okarishimasu 2nd Season', 'Kanojo, Okarishimasu 2nd Season', 'Deca-Dence', 'Peter Grill To Kenja No Jikan (Season 2)', 'Peter Grill to Kenja no Jikan S2', 'Peter Grill to Kenja no Jikan - Super Extra', 'D-class Formation Exzeros', 'Koi to Producer - Evol x Love', 'Monster Musume no Oisha-san', 'Kami-tachi ni Hirowareta Otoko', "King's Raid - Ishi wo Tsugu Mono-tach", "King's Raid Ishi wo Tsugumono-tachi", "King's Raid - Ishi o Tsugu Mono-tachi", "King's Raid - Ishi o Tsugu Mono-tach", "King's Raid - Ishi wo Tsugu Mono-tachi", "I'm Standing on a Million Lives S2 ", '100-man no Inochi no Ue ni Ore wa Tatte Iru S2', '100-man no Inochi no Ue ni Ore wa Tatte Iru', '100-man no Inochi no Ue ni Ore wa Tatteiru', "I'm Standing on a Million Lives 2nd Season", '100-man no Inochi no Ue ni Ore wa Tatteiru 2nd Season', 'Maou-jou de Oyasumi', 'Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka - Familia Myth IV', 'Danmachi - S04', 'DanMachi S2', 'DanMachi S4', 'Is It Wrong to Try to Pick Up Girls in a Dungeon II (DanMachi S02)', 'DanMachi S3', 'Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka S4', 'Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka S3', 'Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka IV: Shin Shou - Meikyuu-hen', 'The Twenty-Five-Year-Old High School Girl', '25-sai no Joshikousei', 'Higehiro - After Being Rejected, I Shaved and Took in a High School Runaway', 'Jaku-Chara Tomozaki-kun', 'The Low Tier Character Tomozaki-kun', 'Bottom-tier Character Tomozaki', 'High-Rise Invasion', 'Tensei Shitara Slime Datta Ken - Tensura Nikki', 'Tensura Nikki - Tensei Shitara Slime Datta Ken', 'Fumetsu no Anata e 2nd Season', 'Fumetsu no Anata e S2', 'To Your Eternity S2', 'Fumetsu no Anata e 2', 'Fumetsu no Anata e Season 2', 'Slime Taoshite 300-nen', 'Slime Taoshite 300-nen Shiranai Uchi ni Level Max ni Nattemashita', 'Slime Taoshite 300-nen, Shiranai Uchi ni Level Max ni Nattemashita', "I've Been Killing Slimes for 300 Years and Maxed Out My Level", 'Tokyo Babylon 2021', 'Project Scard - Praeter no Kizu', 'Tsukimichi -Moonlit Fantasy-', 'Tsukimichi - Moonlit Fantasy', 'World Trigger 2nd Season', 'World Trigger S3', 'World Trigger 3rd Season', 'World Trigger S2', 'Vivy - Fluorite Eyes Song', 'Vivy - Fluorite Eye s Song', "Vivy - Fluorite Eye's Song", 'Seven Knights Revolution - Eiyuu no Keishousha', 'Full Dive: This Ultimate Next-Gen Full Dive RPG Is Even Shittier Than Real Life!', 'Vanitas no Karte 2nd Cour', 'Vanitas no Carte Part 2', 'Vanitas no Karte Part 2', 'Ijiranaide, Nagatoro-san 2nd Season', 'Ijiranaide, Nagatoro-san', 'Cheat Kusushi no Slow Life - Isekai ni Tsukurou Drugstore', 'Deatte 5-byou de Battle', 'Deatte 5-Byou de Battle', 'Battle Game in 5 Seconds', 'Deatte 5 Byou de Battle', 'Genjitsu Shugi Yuusha no Oukoku Saikenki Part 2', 'Kobayashi-san Chi no Maid Dragon S', 'Kobayashi-san Chi no Maid Dragon', 'Kobayashi-san Chi no Maid Dragon S2', 'Kobayashi-san Chi no Maidragon', 'Kobayashi-san Chi no Maidragon S', 'Megami-ryou no Ryoubo-kun.', 'Megami-ryou no Ryoubo-kun', 'Night Head 2041', 'Jahy-sama wa Kujikenai!', 'Heion Sedai no Idaten-tachi', 'Gaikotsu Kishi-\u200bsama, Tadaima Isekai e Odekakechuu', 'Gaikotsu Kishi-sama, Tadaima Isekai e Odekake-chuu', 'Gaikotsu Kishi-sama, Tadaima Isekai e Odekakechuu', 'Shadows House 2nd Season', 'Shadows House S2', 'Build-Divide', 'Build Divide - Code White', 'Build Divide - Code Black', 'Build Divide - #FFFFFF - Code White', 'Build Divide - Code Black ', 'Komi-san wa, Komyushou desu S2', 'Komi-san wa, Comyushou desu. 2nd Season', 'Komi-san wa, Komyushou desu', 'Komi-san wa, Comyushou desu', 'Komi-san wa, Comyushou desu S2', 'Komi-san wa, Comyushou desu. (Season 2)', 'Mieruko-chan', 'Megaton-kyuu Musashi 2nd Season', 'Megaton-kyuu Musashi', 'Deep Insanity - The Lost Child', 'Fantasia Sango - Realm of Legends', 'Gensou Sangokushi - Tengen Reishinki', 'Higurashi - When They Cry - SOTSU', 'Higurashi When They Cry - New', 'Higurashi - When They Cry - GOU', 'The Fruit of Evolution - Before I Knew It, My Life Had It Made', 'Shinka no Mi - Shiranai Uchi ni Kachigumi Jinsei', 'Muv-Luv Alternative', 'Muv-Luv Alternative 2', 'Muv-Luv Alternative 2nd Season', 'Muv-Luv Alternative S2', 'Muv-Luv Alternative S02', 'Muv-Luv Alternative Season 2', 'AMAIM Warrior at the Borderline Part 2', 'Kyoukai Senki S2', 'Orient - Awajishima Gekitou-hen', 'Orient Awajishima Gekitou-hen', 'Nanatsu No Taizai - Fundo No Shinpan', 'Nanatsu no Taizai - Imashime no Fukkatsu', 'Nanatsu no Taizai - The Seven Deadly Sins', '7 deadly sins', 'Nanatsu no Taizai - Kamigami no Gekirin', "The Seven Deadly Sins - Dragon's Judgement", '86: Eighty Six', 'Eighty Six (86)', '86 Part 2', '86 - Eighty Six', 'Eight Six Part 2', 'Kimetsu no Yaiba S3', 'Demon Slayer - Kimetsu no Yaiba Entertainment District Arc', 'Kimetsu no Yaiba S2', 'Demon Slayer - Infinity Train arc', 'Kimetsu no Yaiba - Yuukaku-hen', 'Kimetsu no Yaiba - Mugen Ressha-hen', 'Kimetsu no Yaiba Yuukaku-hen', 'Tokyo 24th Ward', 'Tokyo 24-ku', 'My Dress-Up Darling', 'Aharen-san wa Hakarenai', 'Kawaii dake ja Nai Shikimori-san', 'Kawaii Dake ja Nai Shikimori-san', 'Dexter S09', 'Kakegurui 2nd Season', 'Akebi-chan no Serafuku', 'Akebi-chan no Sailor Fuku', 'Kaijin Kaihatsu-bu no Kuroitsu-san', 'Kaijin Kaihatsubu no Kuroitsu-san', 'Trapped in a Dating Sim - The World of Otome Games Is Tough for Mobs', 'Arifureta Shokugyou de Sekai Saikyou 2nd season', "Arifureta - From Commonplace to World's Strongest Season 2", 'Arifureta Shokugyou de Sekai Saikyou S2', 'Arifureta S2', 'Arifureta Shokugyou de Sekai Saikyou 2nd Season', 'Arifureta Shokugyou de Sekai Saikyou Season 2', 'My Stepsister is my Ex-girlfriend', 'TONIKAWA - Over The Moon For You', 'Snowpiercer 2020', 'Spy x Family Part 2', 'SPY×FAMILY Part 2', 'Estab-Life: Great Escape', 'Estab-Life', 'Kaguya-sama wa Kokurasetai S3', 'Kaguya-sama wa Kokurasetai: Ultra Romantic', 'Kaguya-sama wa Kokurasetai: Tensai-tachi no Renai Zunousen', 'Kaguya-sama wa Kokurasetai', 'Kaguya-sama: Love is War S3', 'Kaguya-sama: Love is War S2', 'Kaguya-sama - Love Is War -Ultra Romantic-', 'Kaguya-sama wa Kokurasetai S2', 'Kaguya-sama: Love Is War', 'Owarimonogatari S2', 'RWBY - Hyousetsu Teikoku', 'She-Ra and the Princesses of Power', 'Dollhouse 2009', 'Revolution 2012', 'V 2009', "I've Somehow Gotten Stronger When I Improved My Farm-Related Skills", 'Arknights - Prelude to Dawn', 'Arknights - Reimei Zensou', '4-nin wa Sorezore Uso wo Tsuku', '4-nin wa Sorezore Uso o Tsuku', 'Seiken Densetsu Legend of Mana - The Teardrop Crystal', 'Legend of Mana -The Teardrop Crystal-', 'Seiken Densetsu - Legend of Mana - The Teardrop Crystal', 'Mushikaburi-hime', 'What If 2021', 'WandaVision 2021', 'Hitsugi no Chaika - Avenging Battle'], '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', 'jp'], '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', 'AC3D?']}, 'Dolby Atmos': {'string': ['Atmos'], 'regex': ['Dolby-?Atmos']}, 'AAC': 'AAC', 'Dolby Digital Plus': ['EAC3', 'DDP', 'DD+'], 'FLAC': 'Flac', 'DTS': 'DTS', 'DTS-HD': {'regex': ['DTS-?HD', 'DTS(?=-?MA)'], 'conflict_solver': "lambda match, other: other if other.name == 'audio_codec' else '__default__'"}, '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', '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': [{'string': 'Remastered', 'tags': ['has-neighbor', 'release-group-prefix']}, {'regex': '4k-remaster(?:ed)?', 'tags': ['release-group-prefix']}], 'Restored': [{'string': 'Restored', 'tags': ['has-neighbor', 'release-group-prefix']}, {'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', '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', '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', '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'}}, 'show_type': 'normal', 'type': 'episode', 'implicit': True, 'episode_prefer_number': False, 'expected_group': ['TV2LAX9', 'DHD', '20-40', 'E7']}
--------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/ext/guessit/api.py", line 209, in guessit
    matches = self.rebulk.matches(string, options)
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rebulk.py", line 115, in matches
    self._execute_rules(matches, context)
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rebulk.py", line 146, in _execute_rules
    rules.execute_all_rules(matches, context)
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rules.py", line 312, in execute_all_rules
    when_response = execute_rule(rule, matches, context)
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/rules.py", line 333, in execute_rule
    when_response = rule.when(matches, context)
  File "/Users/ovidijus/Apps/Medusa/ext/guessit/rules/processors.py", line 118, in when
    if match.value not in values[match.name]:
  File "/Users/ovidijus/Apps/Medusa/ext/rebulk/match.py", line 646, in value
    return self.formatter(self.raw)
ValueError: invalid literal for int() with base 10: 'ep. 0'
--------------------------------------------------------------------
Please report at https://github.com/guessit-io/guessit/issues.
====================================================================

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

psa99 commented 1 year ago

INFO

Python Version: 3.7.12 (default, Oct 22 2021, 20:31:41) [GCC 4.9.3 20150311 (prerelease)] Operating System: Linux-3.10.105-x86_64-with-glibc2.2.5 Locale: UTF-8 Branch: master Database: 44.19 Commit: pymedusa/Medusa@0b9b58d184ae4fc5467f3474d452f888dfbaac10 Link to Log: https://gist.github.com/4b3f2ec840849fdf2a79d03b6b5805a5

ERROR

2022-12-18 12:01:36 ERROR    SEARCHQUEUE-BACKLOG-77680 :: [TokyoToshokan] :: [0b9b58d] Casting to int failed.
Stack trace:
  File "/var/packages/python3/target/lib/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/volume1/@appstore/medusa/var/src/medusa/search/queue.py", line 572, in run
    search_result = search_providers(self.show, self.segment)
  File "/volume1/@appstore/medusa/var/src/medusa/search/core.py", line 725, in search_providers
    down_cur_quality, manual_search, manual_search_type)
  File "/volume1/@appstore/medusa/var/src/medusa/providers/generic_provider.py", line 281, in find_search_results
    result = self.get_result(series=series, item=item)
  File "/volume1/@appstore/medusa/var/src/medusa/providers/torrent/torrent_provider.py", line 60, in get_result
    item=item, cache=cache)
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 350, in __init__
    super(TorrentSearchResult, self).__init__(provider, series=series, item=item, cache=cache)
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 120, in __init__
    self.update_search_result()
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 277, in update_search_result
    self.size = self.provider._get_size(self.item)
Traceback (most recent call last):
  File "/volume1/@appstore/medusa/var/src/medusa/helper/common.py", line 331, in try_int
    return int(candidate)
ValueError: invalid literal for int() with base 10: '3295MiB'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

psa99 commented 1 year ago

INFO

Python Version: 3.7.12 (default, Oct 22 2021, 20:31:41) [GCC 4.9.3 20150311 (prerelease)] Operating System: Linux-3.10.105-x86_64-with-glibc2.2.5 Locale: UTF-8 Branch: master Database: 44.19 Commit: pymedusa/Medusa@0b9b58d184ae4fc5467f3474d452f888dfbaac10 Link to Log: https://gist.github.com/e42c41feb2875395380c3ce4491d08ed

ERROR

2022-12-19 11:46:39 ERROR    SEARCHQUEUE-BACKLOG-77680 :: [TokyoToshokan] :: [0b9b58d] Casting to int failed.
Stack trace:
  File "/var/packages/python3/target/lib/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/volume1/@appstore/medusa/var/src/medusa/search/queue.py", line 572, in run
    search_result = search_providers(self.show, self.segment)
  File "/volume1/@appstore/medusa/var/src/medusa/search/core.py", line 725, in search_providers
    down_cur_quality, manual_search, manual_search_type)
  File "/volume1/@appstore/medusa/var/src/medusa/providers/generic_provider.py", line 281, in find_search_results
    result = self.get_result(series=series, item=item)
  File "/volume1/@appstore/medusa/var/src/medusa/providers/torrent/torrent_provider.py", line 60, in get_result
    item=item, cache=cache)
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 350, in __init__
    super(TorrentSearchResult, self).__init__(provider, series=series, item=item, cache=cache)
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 120, in __init__
    self.update_search_result()
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 277, in update_search_result
    self.size = self.provider._get_size(self.item)
Traceback (most recent call last):
  File "/volume1/@appstore/medusa/var/src/medusa/helper/common.py", line 331, in try_int
    return int(candidate)
ValueError: invalid literal for int() with base 10: '3295MiB'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

psa99 commented 1 year ago

INFO

Python Version: 3.7.12 (default, Oct 22 2021, 20:31:41) [GCC 4.9.3 20150311 (prerelease)] Operating System: Linux-3.10.105-x86_64-with-glibc2.2.5 Locale: UTF-8 Branch: master Database: 44.19 Commit: pymedusa/Medusa@0b9b58d184ae4fc5467f3474d452f888dfbaac10 Link to Log: https://gist.github.com/128f3ad140d3723ddb5f2d76c959e3dc

ERROR

2022-12-24 11:15:00 ERROR    SEARCHQUEUE-BACKLOG-77680 :: [TokyoToshokan] :: [0b9b58d] Casting to int failed.
Stack trace:
  File "/var/packages/python3/target/lib/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/volume1/@appstore/medusa/var/src/medusa/search/queue.py", line 572, in run
    search_result = search_providers(self.show, self.segment)
  File "/volume1/@appstore/medusa/var/src/medusa/search/core.py", line 725, in search_providers
    down_cur_quality, manual_search, manual_search_type)
  File "/volume1/@appstore/medusa/var/src/medusa/providers/generic_provider.py", line 281, in find_search_results
    result = self.get_result(series=series, item=item)
  File "/volume1/@appstore/medusa/var/src/medusa/providers/torrent/torrent_provider.py", line 60, in get_result
    item=item, cache=cache)
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 350, in __init__
    super(TorrentSearchResult, self).__init__(provider, series=series, item=item, cache=cache)
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 120, in __init__
    self.update_search_result()
  File "/volume1/@appstore/medusa/var/src/medusa/classes.py", line 277, in update_search_result
    self.size = self.provider._get_size(self.item)
Traceback (most recent call last):
  File "/volume1/@appstore/medusa/var/src/medusa/helper/common.py", line 331, in try_int
    return int(candidate)
ValueError: invalid literal for int() with base 10: '3295MiB'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

XxUnkn0wnxX commented 1 year ago

INFO

Python Version: 3.11.3 (main, Apr 7 2023, 19:30:05) [Clang 13.0.0 (clang-1300.0.29.30)] Operating System: macOS-11.7.6-x86_64-i386-64bit Locale: UTF-8 Branch: develop Database: 44.19 Commit: pymedusa/Medusa@7559c509940a22fc9689d24ee6b93559c65ca60f Link to Log: https://gist.github.com/XxUnkn0wnxX/722cfdcab83a8ed511b246364bbd80db

ERROR

2023-04-29 08:07:43 ERROR    SHOWQUEUE-REFRESH :: [7559c50] 417675: Error while refreshing show My One-Hit Kill Sister. Error: invalid literal for int() with base 10: '.'
Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/medusa/queues/show_queue.py", line 762, in run
    self.show.populate_cache()
  File "/Users/ovidijus/Apps/Medusa/medusa/tv/series.py", line 2005, in populate_cache
    image_cache.fill_cache(self)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 343, in fill_cache
    _cache_image_from_indexer(series_obj, img_type)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 266, in _cache_image_from_indexer
    img_data = metadata_generator._retrieve_show_image(img_type_name, series_obj)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 777, in _retrieve_show_image
    indexer_show_obj = self._get_show_data(show_obj)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 935, in _get_show_data
    my_show = self.indexer_api[int(series_id)]
              ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/base.py", line 435, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/tvdbv2/api.py", line 562, in _get_show_data
    self._set_show_data(tvdb_id, 'externals', {'imdb_id': ImdbIdentifier(getattr(self[tvdb_id], 'imdb_id', None)).series_id})
                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 43, in __init__
    self.imdb_id = imdb_id
    ^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 73, in imdb_id
    self.series_id = int(self._imdb_id.split('tt')[-1])
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '.'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

XxUnkn0wnxX commented 1 year ago

INFO

Python Version: 3.11.3 (main, Apr 7 2023, 19:30:05) [Clang 13.0.0 (clang-1300.0.29.30)] Operating System: macOS-11.7.6-x86_64-i386-64bit Locale: UTF-8 Branch: develop Database: 44.19 Commit: pymedusa/Medusa@7559c509940a22fc9689d24ee6b93559c65ca60f Link to Log: https://gist.github.com/XxUnkn0wnxX/64f92168015368eea0a0d2f200869e08

ERROR

2023-05-01 08:07:39 ERROR    SHOWQUEUE-REFRESH :: [7559c50] 417675: Error while refreshing show My One-Hit Kill Sister. Error: invalid literal for int() with base 10: '.'
Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/medusa/queues/show_queue.py", line 762, in run
    self.show.populate_cache()
  File "/Users/ovidijus/Apps/Medusa/medusa/tv/series.py", line 2005, in populate_cache
    image_cache.fill_cache(self)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 343, in fill_cache
    _cache_image_from_indexer(series_obj, img_type)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 266, in _cache_image_from_indexer
    img_data = metadata_generator._retrieve_show_image(img_type_name, series_obj)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 777, in _retrieve_show_image
    indexer_show_obj = self._get_show_data(show_obj)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 935, in _get_show_data
    my_show = self.indexer_api[int(series_id)]
              ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/base.py", line 435, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/tvdbv2/api.py", line 562, in _get_show_data
    self._set_show_data(tvdb_id, 'externals', {'imdb_id': ImdbIdentifier(getattr(self[tvdb_id], 'imdb_id', None)).series_id})
                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 43, in __init__
    self.imdb_id = imdb_id
    ^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 73, in imdb_id
    self.series_id = int(self._imdb_id.split('tt')[-1])
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '.'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

XxUnkn0wnxX commented 1 year ago

INFO

Python Version: 3.11.3 (main, Apr 7 2023, 19:30:05) [Clang 13.0.0 (clang-1300.0.29.30)] Operating System: macOS-11.7.6-x86_64-i386-64bit Locale: UTF-8 Branch: develop Database: 44.19 Commit: pymedusa/Medusa@7559c509940a22fc9689d24ee6b93559c65ca60f Link to Log: https://gist.github.com/XxUnkn0wnxX/a54a8db913605cdc4541749dcaae756f

ERROR

2023-05-06 08:06:54 ERROR    SHOWQUEUE-REFRESH :: [7559c50] 417675: Error while refreshing show My One-Hit Kill Sister. Error: invalid literal for int() with base 10: '.'
Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/medusa/queues/show_queue.py", line 762, in run
    self.show.populate_cache()
  File "/Users/ovidijus/Apps/Medusa/medusa/tv/series.py", line 2005, in populate_cache
    image_cache.fill_cache(self)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 343, in fill_cache
    _cache_image_from_indexer(series_obj, img_type)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 266, in _cache_image_from_indexer
    img_data = metadata_generator._retrieve_show_image(img_type_name, series_obj)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 777, in _retrieve_show_image
    indexer_show_obj = self._get_show_data(show_obj)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 935, in _get_show_data
    my_show = self.indexer_api[int(series_id)]
              ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/base.py", line 435, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/tvdbv2/api.py", line 562, in _get_show_data
    self._set_show_data(tvdb_id, 'externals', {'imdb_id': ImdbIdentifier(getattr(self[tvdb_id], 'imdb_id', None)).series_id})
                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 43, in __init__
    self.imdb_id = imdb_id
    ^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 73, in imdb_id
    self.series_id = int(self._imdb_id.split('tt')[-1])
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '.'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

XxUnkn0wnxX commented 1 year ago

INFO

Python Version: 3.11.3 (main, Apr 7 2023, 19:30:05) [Clang 13.0.0 (clang-1300.0.29.30)] Operating System: macOS-11.7.6-x86_64-i386-64bit Locale: UTF-8 Branch: develop Database: 44.19 Commit: pymedusa/Medusa@7559c509940a22fc9689d24ee6b93559c65ca60f Link to Log: https://gist.github.com/XxUnkn0wnxX/2191ccbfabb8965f348030288472c2e3

ERROR

2023-05-07 08:09:38 ERROR    SHOWQUEUE-REFRESH :: [7559c50] 417675: Error while refreshing show My One-Hit Kill Sister. Error: invalid literal for int() with base 10: '.'
Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/medusa/queues/show_queue.py", line 762, in run
    self.show.populate_cache()
  File "/Users/ovidijus/Apps/Medusa/medusa/tv/series.py", line 2005, in populate_cache
    image_cache.fill_cache(self)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 343, in fill_cache
    _cache_image_from_indexer(series_obj, img_type)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 266, in _cache_image_from_indexer
    img_data = metadata_generator._retrieve_show_image(img_type_name, series_obj)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 777, in _retrieve_show_image
    indexer_show_obj = self._get_show_data(show_obj)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 935, in _get_show_data
    my_show = self.indexer_api[int(series_id)]
              ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/base.py", line 435, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/tvdbv2/api.py", line 562, in _get_show_data
    self._set_show_data(tvdb_id, 'externals', {'imdb_id': ImdbIdentifier(getattr(self[tvdb_id], 'imdb_id', None)).series_id})
                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 43, in __init__
    self.imdb_id = imdb_id
    ^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 73, in imdb_id
    self.series_id = int(self._imdb_id.split('tt')[-1])
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '.'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

XxUnkn0wnxX commented 1 year ago

INFO

Python Version: 3.11.3 (main, Apr 7 2023, 19:30:05) [Clang 13.0.0 (clang-1300.0.29.30)] Operating System: macOS-11.7.6-x86_64-i386-64bit Locale: UTF-8 Branch: develop Database: 44.19 Commit: pymedusa/Medusa@7559c509940a22fc9689d24ee6b93559c65ca60f Link to Log: https://gist.github.com/XxUnkn0wnxX/d23bff814188da6a0063ea255a070b2f

ERROR

2023-05-24 04:12:11 ERROR    SHOWQUEUE-REFRESH :: [7559c50] 417675: Error while refreshing show My One-Hit Kill Sister. Error: invalid literal for int() with base 10: '.'
Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/medusa/queues/show_queue.py", line 762, in run
    self.show.populate_cache()
  File "/Users/ovidijus/Apps/Medusa/medusa/tv/series.py", line 2005, in populate_cache
    image_cache.fill_cache(self)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 343, in fill_cache
    _cache_image_from_indexer(series_obj, img_type)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 266, in _cache_image_from_indexer
    img_data = metadata_generator._retrieve_show_image(img_type_name, series_obj)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 777, in _retrieve_show_image
    indexer_show_obj = self._get_show_data(show_obj)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 935, in _get_show_data
    my_show = self.indexer_api[int(series_id)]
              ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/base.py", line 435, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/tvdbv2/api.py", line 562, in _get_show_data
    self._set_show_data(tvdb_id, 'externals', {'imdb_id': ImdbIdentifier(getattr(self[tvdb_id], 'imdb_id', None)).series_id})
                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 43, in __init__
    self.imdb_id = imdb_id
    ^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 73, in imdb_id
    self.series_id = int(self._imdb_id.split('tt')[-1])
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '.'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

XxUnkn0wnxX commented 1 year ago

INFO

Python Version: 3.11.3 (main, Apr 7 2023, 19:30:05) [Clang 13.0.0 (clang-1300.0.29.30)] Operating System: macOS-11.7.6-x86_64-i386-64bit Locale: UTF-8 Branch: develop Database: 44.19 Commit: pymedusa/Medusa@c7b8622a67775c8321b83d1e6a8c578ba840223d Link to Log: https://gist.github.com/XxUnkn0wnxX/0f2a0d5c12276143faa2ccfa9fa95691

ERROR

2023-05-27 08:11:15 ERROR    SHOWQUEUE-REFRESH :: [c7b8622] 417675: Error while refreshing show My One-Hit Kill Sister. Error: invalid literal for int() with base 10: '.'
Traceback (most recent call last):
  File "/Users/ovidijus/Apps/Medusa/medusa/queues/show_queue.py", line 762, in run
    self.show.populate_cache()
  File "/Users/ovidijus/Apps/Medusa/medusa/tv/series.py", line 2005, in populate_cache
    image_cache.fill_cache(self)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 343, in fill_cache
    _cache_image_from_indexer(series_obj, img_type)
  File "/Users/ovidijus/Apps/Medusa/medusa/image_cache.py", line 266, in _cache_image_from_indexer
    img_data = metadata_generator._retrieve_show_image(img_type_name, series_obj)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 777, in _retrieve_show_image
    indexer_show_obj = self._get_show_data(show_obj)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/metadata/generic.py", line 935, in _get_show_data
    my_show = self.indexer_api[int(series_id)]
              ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/base.py", line 435, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/tvdbv2/api.py", line 570, in _get_show_data
    self._set_show_data(tvdb_id, 'externals', {'imdb_id': ImdbIdentifier(getattr(self[tvdb_id], 'imdb_id', None)).series_id})
                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 43, in __init__
    self.imdb_id = imdb_id
    ^^^^^^^^^^^^
  File "/Users/ovidijus/Apps/Medusa/medusa/indexers/imdb/api.py", line 73, in imdb_id
    self.series_id = int(self._imdb_id.split('tt')[-1])
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '.'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators