]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tonline.py
[ie/orf:on] Improve extraction (#9677)
[yt-dlp.git] / yt_dlp / extractor / tonline.py
index 9b6a40db51bea7010677e5d8ea212d0a1fbea851..33b9a32e4e3f20f4e07fe67b7014f8dc8179ebf4 100644 (file)
@@ -1,11 +1,10 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import int_or_none, join_nonempty
 
 
 class TOnlineIE(InfoExtractor):
+    _WORKING = False
+    _ENABLED = None  # XXX: pass through to GenericIE
     IE_NAME = 't-online.de'
     _VALID_URL = r'https?://(?:www\.)?t-online\.de/tv/(?:[^/]+/)*id_(?P<id>\d+)'
     _TEST = {