projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f8c197
)
[scivee] Revert test file download
author
Sergey M․
<dstftw@gmail.com>
Wed, 30 Apr 2014 11:49:29 +0000
(18:49 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 30 Apr 2014 11:49:29 +0000
(18:49 +0700)
youtube_dl/extractor/scivee.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/scivee.py
b/youtube_dl/extractor/scivee.py
index 33a78759a5ad37e8a6cbb6397c74317f34092385..55a481cc0ed41fa0bef33f3af1bce941fa7659a1 100644
(file)
--- a/
youtube_dl/extractor/scivee.py
+++ b/
youtube_dl/extractor/scivee.py
@@
-11,17
+11,13
@@
class SciVeeIE(InfoExtractor):
_TEST = {
'url': 'http://www.scivee.tv/node/62352',
-
#
'md5': 'b16699b74c9e6a120f6772a44960304f',
+ 'md5': 'b16699b74c9e6a120f6772a44960304f',
'info_dict': {
'id': '62352',
'ext': 'mp4',
'title': 'Adam Arkin at the 2014 DOE JGI Genomics of Energy & Environment Meeting',
'description': 'md5:81f1710638e11a481358fab1b11059d7',
},
- 'params': {
- # Range HTTP header is ignored
- 'skip_download': True,
- },
}
def _real_extract(self, url):