diff options
author | sepro <4618135+seproDev@users.noreply.github.com> | 2024-03-09 01:02:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 01:02:45 +0100 |
commit | df773c3d5d1cc1f877cf8582f0072e386fc49318 (patch) | |
tree | 9dd33db5c1ce7e079bd1b41de60f9783f1253bef /yt_dlp/extractor/restudy.py | |
parent | f4f9f6d00edcac6d4eb2b3fb78bf81326235d492 (diff) |
[cleanup] Mark broken and remove dead extractors (#9238)
Authored by: seproDev
Diffstat (limited to 'yt_dlp/extractor/restudy.py')
-rw-r--r-- | yt_dlp/extractor/restudy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/restudy.py b/yt_dlp/extractor/restudy.py index 6d032564d..f49262a65 100644 --- a/yt_dlp/extractor/restudy.py +++ b/yt_dlp/extractor/restudy.py @@ -2,6 +2,7 @@ from .common import InfoExtractor class RestudyIE(InfoExtractor): + _WORKING = False _VALID_URL = r'https?://(?:(?:www|portal)\.)?restudy\.dk/video/[^/]+/id/(?P<id>[0-9]+)' _TESTS = [{ 'url': 'https://www.restudy.dk/video/play/id/1637', |