1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-12 01:07:22 +08:00

[youtube] Add a test URL from #11381

This commit is contained in:
Yen Chi Hsuan 2017-05-26 12:44:34 +08:00
parent 22a0614943
commit 5c3ab739ae

View File

@ -1016,6 +1016,11 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'url': 'https://www.youtube.com/watch?v=MuAGGZNfUkU&list=RDMM',
'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):