aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/umg.py
diff options
context:
space:
mode:
authorsepro <4618135+seproDev@users.noreply.github.com>2024-03-09 01:02:45 +0100
committerGitHub <noreply@github.com>2024-03-09 01:02:45 +0100
commitdf773c3d5d1cc1f877cf8582f0072e386fc49318 (patch)
tree9dd33db5c1ce7e079bd1b41de60f9783f1253bef /yt_dlp/extractor/umg.py
parentf4f9f6d00edcac6d4eb2b3fb78bf81326235d492 (diff)
[cleanup] Mark broken and remove dead extractors (#9238)
Authored by: seproDev
Diffstat (limited to 'yt_dlp/extractor/umg.py')
-rw-r--r--yt_dlp/extractor/umg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/umg.py b/yt_dlp/extractor/umg.py
index 3ffcb7364..1da4ecdf8 100644
--- a/yt_dlp/extractor/umg.py
+++ b/yt_dlp/extractor/umg.py
@@ -7,6 +7,7 @@ from ..utils import (
class UMGDeIE(InfoExtractor):
+ _WORKING = False
IE_NAME = 'umg:de'
IE_DESC = 'Universal Music Deutschland'
_VALID_URL = r'https?://(?:www\.)?universal-music\.de/[^/]+/videos/[^/?#]+-(?P<id>\d+)'