mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-26 17:45:35 +08:00
Update odatv.py
unnecessary test removed
This commit is contained in:
parent
f2aa34aec9
commit
8aeba8d8d7
@ -35,14 +35,6 @@ class OdaTVIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'not found check'
|
'title': 'not found check'
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
'url': 'http://odatv.com/mob_video.php?id=8E395',
|
|
||||||
'md5': '13179a1025f07b60933d311e06574a70',
|
|
||||||
'info_dict': {
|
|
||||||
'id': '8E395',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'md5:16d2e8d0eb42e793d8224af3fae20c86'
|
|
||||||
}
|
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user