aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-07-27 16:11:15 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-07-27 17:13:04 +0530
commit964b5493a45445ec13817e3dabca097164044bf7 (patch)
treecc1013e877515740876b5d6a83d2c502fa5959e0
parent3955b20703ccda1568835bc9822479ea68e7ee67 (diff)
downloadhypervideo-pre-964b5493a45445ec13817e3dabca097164044bf7.tar.lz
hypervideo-pre-964b5493a45445ec13817e3dabca097164044bf7.tar.xz
hypervideo-pre-964b5493a45445ec13817e3dabca097164044bf7.zip
Bugfix for f1042989c16795b9f75edd7856b1257570ab40e3
-rw-r--r--yt_dlp/extractor/crunchyroll.py6
1 files changed, 3 insertions, 3 deletions
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):