diff --git a/yt_dlp/extractor/crunchyroll.py b/yt_dlp/extractor/crunchyroll.py index 7f534c5ba..6fd74989e 100644 --- a/yt_dlp/extractor/crunchyroll.py +++ b/yt_dlp/extractor/crunchyroll.py @@ -801,6 +801,9 @@ class CrunchyrollBetaIE(CrunchyrollBetaBaseIE): }, { 'url': 'https://beta.crunchyroll.com/watch/GY2P1Q98Y/', 'only_matching': True, + }, { + 'url': 'https://beta.crunchyroll.com/pt-br/watch/G8WUN8VKP/the-ruler-of-conspiracy', + 'only_matching': True, }] def _real_extract(self, url): @@ -898,9 +901,6 @@ class CrunchyrollBetaShowIE(CrunchyrollBetaBaseIE): }, { 'url': 'https://beta.crunchyroll.com/it/series/GY19NQ2QR/Girl-Friend-BETA', 'only_matching': True, - }, { - 'url': 'https://beta.crunchyroll.com/pt-br/watch/G8WUN8VKP/the-ruler-of-conspiracy', - 'only_matching': True, }] def _real_extract(self, url):