aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/wat.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-30 11:19:07 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-07-30 11:19:07 +0200
commitfa800269159990b53de5013790c2d83f8e05e37b (patch)
tree511fa39aa3b8d9b939b3a0048d31d66a8e46b0a2 /youtube_dl/extractor/wat.py
parent2bc3de0f28757fbab65c862d8be763d643fe802a (diff)
downloadyoutube-dl-fa800269159990b53de5013790c2d83f8e05e37b.zip
youtube-dl-fa800269159990b53de5013790c2d83f8e05e37b.tar.gz
youtube-dl-fa800269159990b53de5013790c2d83f8e05e37b.tar.bz2
Disable way and tf1 tests, the whole videos are served sometimes, so the md5 sum doesn't match.
Diffstat (limited to 'youtube_dl/extractor/wat.py')
-rw-r--r--youtube_dl/extractor/wat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/wat.py b/youtube_dl/extractor/wat.py
index 6ac3912..7d228ed 100644
--- a/youtube_dl/extractor/wat.py
+++ b/youtube_dl/extractor/wat.py
@@ -17,12 +17,12 @@ class WatIE(InfoExtractor):
_TEST = {
u'url': u'http://www.wat.tv/video/world-war-philadelphia-vost-6bv55_2fjr7_.html',
u'file': u'10631273.mp4',
- # Sometimes wat serves the whole file with the --test option
u'md5': u'd8b2231e1e333acd12aad94b80937e19',
u'info_dict': {
u'title': u'World War Z - Philadelphia VOST',
u'description': u'La menace est partout. Que se passe-t-il à Philadelphia ?\r\nWORLD WAR Z, avec Brad Pitt, au cinéma le 3 juillet.\r\nhttp://www.worldwarz.fr',
- }
+ },
+ u'skip': u'Sometimes wat serves the whole file with the --test option',
}
def download_video_info(self, real_id):