aboutsummaryrefslogtreecommitdiffstats
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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/tele5.py b/yt_dlp/extractor/tele5.py
index 58d343b44..9260db2b4 100644
--- a/yt_dlp/extractor/tele5.py
+++ b/yt_dlp/extractor/tele5.py
@@ -6,7 +6,7 @@ from ..utils import (
)
-class Tele5IE(DPlayIE):
+class Tele5IE(DPlayIE): # XXX: Do not subclass from concrete IE
_VALID_URL = r'https?://(?:www\.)?tele5\.de/(?:[^/]+/)*(?P<id>[^/?#&]+)'
_GEO_COUNTRIES = ['DE']
_TESTS = [{