mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 07:50:11 +01:00
parent
a057779d5e
commit
1d77d8ce07
@ -6,7 +6,7 @@
|
||||
class HolodexIE(InfoExtractor):
|
||||
_VALID_URL = r'''(?x)https?://(?:www\.|staging\.)?holodex\.net/(?:
|
||||
api/v2/playlist/(?P<playlist>\d+)|
|
||||
watch/(?P<id>\w+)(?:\?(?:[^#]+&)?playlist=(?P<playlist2>\d+))?
|
||||
watch/(?P<id>[\w-]{11})(?:\?(?:[^#]+&)?playlist=(?P<playlist2>\d+))?
|
||||
)'''
|
||||
_TESTS = [{
|
||||
'url': 'https://holodex.net/watch/9kQ2GtvDV3s',
|
||||
|
Loading…
Reference in New Issue
Block a user