[extractor/generic] Add test for #10179
This commit is contained in:
parent
fbdf8d15d1
commit
db19df6ca0
1 changed files with 9 additions and 0 deletions
|
@ -785,6 +785,15 @@ class GenericIE(InfoExtractor):
|
||||||
'upload_date': '20141029',
|
'upload_date': '20141029',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
# Soundcloud multiple embeds
|
||||||
|
{
|
||||||
|
'url': 'http://www.guitarplayer.com/lessons/1014/legato-workout-one-hour-to-more-fluid-performance---tab/52809',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '52809',
|
||||||
|
'title': 'Guitar Essentials: Legato Workout—One-Hour to Fluid Performance | TAB + AUDIO',
|
||||||
|
},
|
||||||
|
'playlist_mincount': 7,
|
||||||
|
},
|
||||||
# Livestream embed
|
# Livestream embed
|
||||||
{
|
{
|
||||||
'url': 'http://www.esa.int/Our_Activities/Space_Science/Rosetta/Philae_comet_touch-down_webcast',
|
'url': 'http://www.esa.int/Our_Activities/Space_Science/Rosetta/Philae_comet_touch-down_webcast',
|
||||||
|
|
Loading…
Reference in a new issue