aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/srmediathek.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/srmediathek.py')
-rw-r--r--yt_dlp/extractor/srmediathek.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/srmediathek.py b/yt_dlp/extractor/srmediathek.py
index 3cc39870f..f0b3b585f 100644
--- a/yt_dlp/extractor/srmediathek.py
+++ b/yt_dlp/extractor/srmediathek.py
@@ -6,6 +6,7 @@ from ..utils import (
class SRMediathekIE(ARDMediathekBaseIE):
+ _WORKING = False
IE_NAME = 'sr:mediathek'
IE_DESC = 'Saarländischer Rundfunk'
_VALID_URL = r'https?://sr-mediathek(?:\.sr-online)?\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'