projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb703e5
)
[streamango] Skip download for test (closes #13292)
author
Sergey M․
<dstftw@gmail.com>
Wed, 7 Jun 2017 14:53:13 +0000
(21:53 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 7 Jun 2017 14:53:40 +0000
(21:53 +0700)
youtube_dl/extractor/streamango.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/streamango.py
b/youtube_dl/extractor/streamango.py
index cf03d5b09a1940318ab5584b55b6c62cb49eae3b..a9e34c027504ff0f6585fa51cae4ba3a1ec5bfcd 100644
(file)
--- a/
youtube_dl/extractor/streamango.py
+++ b/
youtube_dl/extractor/streamango.py
@@
-22,12
+22,16
@@
class StreamangoIE(InfoExtractor):
'title': '20170315_150006.mp4',
}
}, {
+ # no og:title
'url': 'https://streamango.com/embed/foqebrpftarclpob/asdf_asd_2_mp4',
'info_dict': {
'id': 'foqebrpftarclpob',
'ext': 'mp4',
'title': 'foqebrpftarclpob',
- }
+ },
+ 'params': {
+ 'skip_download': True,
+ },
}, {
'url': 'https://streamango.com/embed/clapasobsptpkdfe/20170315_150006_mp4',
'only_matching': True,