projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d413095
)
[fox] update test
author
remitamine
<remitamine@gmail.com>
Tue, 9 Feb 2016 16:30:42 +0000
(17:30 +0100)
committer
remitamine
<remitamine@gmail.com>
Tue, 9 Feb 2016 16:30:42 +0000
(17:30 +0100)
youtube_dl/extractor/fox.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/fox.py
b/youtube_dl/extractor/fox.py
index 4a8acd53de14889783f9976c84de42e0d7392c82..fa05af50d99ba1e580ba631717515f184bc838de 100644
(file)
--- a/
youtube_dl/extractor/fox.py
+++ b/
youtube_dl/extractor/fox.py
@@
-9,6
+9,7
@@
class FOXIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?fox\.com/watch/(?P<id>[0-9]+)'
_TEST = {
'url': 'http://www.fox.com/watch/255180355939/7684182528',
+ 'md5': 'ebd296fcc41dd4b19f8115d8461a3165',
'info_dict': {
'id': '255180355939',
'ext': 'mp4',
@@
-17,10
+18,6
@@
class FOXIE(InfoExtractor):
'duration': 129,
},
'add_ie': ['ThePlatform'],
- 'params': {
- # m3u8 download
- 'skip_download': True,
- },
}
def _real_extract(self, url):