1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

Mark WatIE and TF1IE as broken (related #1103)

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-07-23 14:28:48 +02:00
parent 70fa830e4d
commit acc47c1a3f
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ from ..utils import (
class WatIE(InfoExtractor):
_WORKING = False
_VALID_URL=r'http://www.wat.tv/.*-(?P<shortID>.*?)_.*?.html'
IE_NAME = 'wat.tv'
_TEST = {