]> jfr.im git - yt-dlp.git/commitdiff
Bugfix for f1042989c16795b9f75edd7856b1257570ab40e3
authorpukkandan <redacted>
Wed, 27 Jul 2022 10:41:15 +0000 (16:11 +0530)
committerpukkandan <redacted>
Wed, 27 Jul 2022 11:43:04 +0000 (17:13 +0530)
yt_dlp/extractor/crunchyroll.py

index 7f534c5baa4b05208fec4008d37abc44f6965d8f..6fd74989efe8658ca4068dadd3aba2a75e414cd4 100644 (file)
@@ -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):