mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
[youtube] Add test for #8536
This commit is contained in:
parent
6863631c26
commit
f9f49d87c2
@ -704,6 +704,15 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# Multifeed video with comma in title (see https://github.com/rg3/youtube-dl/issues/8536)
|
||||||
|
'url': 'https://www.youtube.com/watch?v=gVfLd0zydlo',
|
||||||
|
'info_dict': {
|
||||||
|
'id': 'gVfLd0zydlo',
|
||||||
|
'title': 'DevConf.cz 2016 Day 2 Workshops 1 14:00 - 15:30',
|
||||||
|
},
|
||||||
|
'playlist_count': 2,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'url': 'http://vid.plus/FlRa-iH7PGw',
|
'url': 'http://vid.plus/FlRa-iH7PGw',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user