mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 10:26:48 +01:00
parent
a057779d5e
commit
1d77d8ce07
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from ..utils import traverse_obj
|
||||||
class HolodexIE(InfoExtractor):
|
class HolodexIE(InfoExtractor):
|
||||||
_VALID_URL = r'''(?x)https?://(?:www\.|staging\.)?holodex\.net/(?:
|
_VALID_URL = r'''(?x)https?://(?:www\.|staging\.)?holodex\.net/(?:
|
||||||
api/v2/playlist/(?P<playlist>\d+)|
|
api/v2/playlist/(?P<playlist>\d+)|
|
||||||
watch/(?P<id>\w+)(?:\?(?:[^#]+&)?playlist=(?P<playlist2>\d+))?
|
watch/(?P<id>[\w-]{11})(?:\?(?:[^#]+&)?playlist=(?P<playlist2>\d+))?
|
||||||
)'''
|
)'''
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://holodex.net/watch/9kQ2GtvDV3s',
|
'url': 'https://holodex.net/watch/9kQ2GtvDV3s',
|
||||||
|
|
Loading…
Reference in a new issue