mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-12 20:19:36 +08:00
[youtube] Add a test URL from #11381
This commit is contained in:
parent
22a0614943
commit
5c3ab739ae
@ -1016,6 +1016,11 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
'url': 'https://www.youtube.com/watch?v=MuAGGZNfUkU&list=RDMM',
|
'url': 'https://www.youtube.com/watch?v=MuAGGZNfUkU&list=RDMM',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# extra DASH formats with use_cipher_signature=True
|
||||||
|
'url': 'https://www.youtube.com/watch?v=4H4dqBqGS2s',
|
||||||
|
'only_matching': True,
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user