mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-21 15:38:53 +00:00
[cleanup] Mark broken and remove dead extractors (#9238)
Authored by: seproDev
This commit is contained in:
@@ -3,6 +3,8 @@ 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 = {
|
||||
|
||||
Reference in New Issue
Block a user