mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[scivee] Revert test file download
This commit is contained in:
parent
1f8c19767b
commit
957f27e5bb
1 changed files with 1 additions and 5 deletions
|
@ -11,17 +11,13 @@ class SciVeeIE(InfoExtractor):
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://www.scivee.tv/node/62352',
|
'url': 'http://www.scivee.tv/node/62352',
|
||||||
#'md5': 'b16699b74c9e6a120f6772a44960304f',
|
'md5': 'b16699b74c9e6a120f6772a44960304f',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '62352',
|
'id': '62352',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Adam Arkin at the 2014 DOE JGI Genomics of Energy & Environment Meeting',
|
'title': 'Adam Arkin at the 2014 DOE JGI Genomics of Energy & Environment Meeting',
|
||||||
'description': 'md5:81f1710638e11a481358fab1b11059d7',
|
'description': 'md5:81f1710638e11a481358fab1b11059d7',
|
||||||
},
|
},
|
||||||
'params': {
|
|
||||||
# Range HTTP header is ignored
|
|
||||||
'skip_download': True,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue