aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/tele5.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/tele5.py')
-rw-r--r--yt_dlp/extractor/tele5.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/tele5.py b/yt_dlp/extractor/tele5.py
index 9260db2b4..72f67e402 100644
--- a/yt_dlp/extractor/tele5.py
+++ b/yt_dlp/extractor/tele5.py
@@ -7,6 +7,7 @@ from ..utils import (
class Tele5IE(DPlayIE): # XXX: Do not subclass from concrete IE
+ _WORKING = False
_VALID_URL = r'https?://(?:www\.)?tele5\.de/(?:[^/]+/)*(?P<id>[^/?#&]+)'
_GEO_COUNTRIES = ['DE']
_TESTS = [{