Mark WatIE and TF1IE as broken (related #1103)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 23 Jul 2013 12:28:48 +0000 (14:28 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 23 Jul 2013 12:29:30 +0000 (14:29 +0200)
youtube_dl/extractor/tf1.py
youtube_dl/extractor/wat.py

index e0ffeced50eabae1a9f7d0a9920e1df18c5fa4c6..a8af89f830453ba0630384343e4b27dee33e569f 100644 (file)
@@ -10,6 +10,7 @@ class TF1IE(InfoExtractor):
     TF1 uses the wat.tv player, currently it can only download videos with the
     html5 player enabled, it cannot download HD videos.
     """
     TF1 uses the wat.tv player, currently it can only download videos with the
     html5 player enabled, it cannot download HD videos.
     """
+    _WORKING = False
     _VALID_URL = r'http://videos.tf1.fr/.*-(.*?).html'
     _TEST = {
         u'url': u'http://videos.tf1.fr/auto-moto/citroen-grand-c4-picasso-2013-presentation-officielle-8062060.html',
     _VALID_URL = r'http://videos.tf1.fr/.*-(.*?).html'
     _TEST = {
         u'url': u'http://videos.tf1.fr/auto-moto/citroen-grand-c4-picasso-2013-presentation-officielle-8062060.html',
index 0d1302cd20ab6cdaca814916a5440cf54bd11c92..0407a2d26c09d995aee7e27381045bfe0e2f4e82 100644 (file)
@@ -12,6 +12,7 @@ from ..utils import (
 
 
 class WatIE(InfoExtractor):
 
 
 class WatIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL=r'http://www.wat.tv/.*-(?P<shortID>.*?)_.*?.html'
     IE_NAME = 'wat.tv'
     _TEST = {
     _VALID_URL=r'http://www.wat.tv/.*-(?P<shortID>.*?)_.*?.html'
     IE_NAME = 'wat.tv'
     _TEST = {