mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[streamango] Skip download for test (closes #13292)
This commit is contained in:
parent
eb703e5380
commit
1508da30c2
@ -22,12 +22,16 @@ class StreamangoIE(InfoExtractor):
|
|||||||
'title': '20170315_150006.mp4',
|
'title': '20170315_150006.mp4',
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
# no og:title
|
||||||
'url': 'https://streamango.com/embed/foqebrpftarclpob/asdf_asd_2_mp4',
|
'url': 'https://streamango.com/embed/foqebrpftarclpob/asdf_asd_2_mp4',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'foqebrpftarclpob',
|
'id': 'foqebrpftarclpob',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'foqebrpftarclpob',
|
'title': 'foqebrpftarclpob',
|
||||||
}
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://streamango.com/embed/clapasobsptpkdfe/20170315_150006_mp4',
|
'url': 'https://streamango.com/embed/clapasobsptpkdfe/20170315_150006_mp4',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user