projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
772acaf
)
[vice] Make test only matching
author
Sergey M․
<dstftw@gmail.com>
Sun, 19 Jul 2015 18:40:43 +0000
(
00:40
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 19 Jul 2015 18:40:43 +0000
(
00:40
+0600)
youtube_dl/extractor/vice.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vice.py
b/youtube_dl/extractor/vice.py
index e3ad4ef54fab43d0af44e847826a8b70f04e1991..ae1faca1cd6ece5d33a7950b858ec078b55b29e7 100644
(file)
--- a/
youtube_dl/extractor/vice.py
+++ b/
youtube_dl/extractor/vice.py
@@
-23,16
+23,7
@@
class ViceIE(InfoExtractor):
},
}, {
'url': 'https://news.vice.com/video/experimenting-on-animals-inside-the-monkey-lab',
- 'info_dict': {
- 'id': 'N2bzkydjraWDGwnt8jAttCF6Y0PDv4Zj',
- 'ext': 'mp4',
- 'title': 'VICE News - Inside the Monkey Lab',
- 'description': 'md5:1f660d467d3515f29d11e5ef742a4b82',
- },
- 'params': {
- # Requires ffmpeg (m3u8 manifest)
- 'skip_download': True,
- },
+ 'only_matching': True,
}
]