Disable way and tf1 tests, the whole videos are served sometimes, so the md5 sum...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 30 Jul 2013 09:19:07 +0000 (11:19 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 30 Jul 2013 09:19:07 +0000 (11:19 +0200)
youtube_dl/extractor/tf1.py
youtube_dl/extractor/wat.py

index 7d1071cbfdc7698f9aec7de6587e06cf671a7e7d..772134a128e6f75d3a15d4fbb4ee37a776edfe10 100644 (file)
@@ -15,7 +15,8 @@ class TF1IE(InfoExtractor):
         u'info_dict': {
             u'title': u'Citroën Grand C4 Picasso 2013 : présentation officielle',
             u'description': u'Vidéo officielle du nouveau Citroën Grand C4 Picasso, lancé à l\'automne 2013.',
-        }
+        },
+        u'skip': u'Sometimes wat serves the whole file with the --test option',
     }
 
     def _real_extract(self, url):
index 6ac3912256b9eb7f4a49d999ff6aebdd5548c2f5..7d228edac1fb8b291189487482d0c718b3707e08 100644 (file)
@@ -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):