diff options
author | Vitiko <[email protected]> | 2023-02-15 20:51:55 -0400 |
---|---|---|
committer | Vitiko <[email protected]> | 2023-02-15 20:51:55 -0400 |
commit | 62b5bd84b909e8e784cded76899ec653bbc3c071 (patch) | |
tree | 4f5ea65aae926768b5a36be2726a3858659af892 /tests | |
parent | f6c01464020f70e2736f8a2d9ad185515e3d87db (diff) | |
download | bazarr-62b5bd84b909e8e784cded76899ec653bbc3c071.tar.gz bazarr-62b5bd84b909e8e784cded76899ec653bbc3c071.zip |
Supersubtitles provider: update matcher and downloaderv1.1.5-beta.16
Diffstat (limited to 'tests')
-rw-r--r-- | tests/subliminal_patch/test_supersubtitles.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/subliminal_patch/test_supersubtitles.py b/tests/subliminal_patch/test_supersubtitles.py index 6111cabc0..3794a04ca 100644 --- a/tests/subliminal_patch/test_supersubtitles.py +++ b/tests/subliminal_patch/test_supersubtitles.py @@ -44,7 +44,7 @@ def test_list_episode_subtitles(episode): def test_download_episode_subtitle(episode): subtitle = SuperSubtitlesSubtitle( Language.fromalpha2("en"), - "https://www.feliratok.info/index.php?action=letolt&felirat=1643361676", + "https://www.feliratok.eu/index.php?action=letolt&felirat=1643361676", 1643361676, "All of us are dead", 1, @@ -82,7 +82,7 @@ def test_download_movie_subtitle(movies): subtitle = SuperSubtitlesSubtitle( Language.fromalpha2("en"), - "https://www.feliratok.info/index.php?action=letolt&felirat=1634579718", + "https://www.feliratok.eu/index.php?action=letolt&felirat=1634579718", 1634579718, "Dune", 0, |