projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7dee8
)
[mwave] Skip checking unstable MD5
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 24 Apr 2016 12:04:21 +0000
(20:04 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 24 Apr 2016 12:05:24 +0000
(20:05 +0800)
On my PC the checksum is
02eda6d09fb63131a17a8d44e6237463
, while a
recent Travis CI build
(https://travis-ci.org/rg3/youtube-dl/jobs/
125341081
) shows it's
c930e27b7720aaa3c9d0018dfc8ff6cc
youtube_dl/extractor/mwave.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/mwave.py
b/youtube_dl/extractor/mwave.py
index 66b5231979ce8399c38074a9a14a2b4ea2114ee8..5c3c8d4645817c9295bfbf7e3220732629876603 100644
(file)
--- a/
youtube_dl/extractor/mwave.py
+++ b/
youtube_dl/extractor/mwave.py
@@
-12,7
+12,7
@@
class MwaveIE(InfoExtractor):
_VALID_URL = r'https?://mwave\.interest\.me/mnettv/videodetail\.m\?searchVideoDetailVO\.clip_id=(?P<id>[0-9]+)'
_TEST = {
'url': 'http://mwave.interest.me/mnettv/videodetail.m?searchVideoDetailVO.clip_id=168859',
- 'md5': 'c930e27b7720aaa3c9d0018dfc8ff6cc',
+ # md5 is unstable
'info_dict': {
'id': '168859',
'ext': 'flv',