aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/lecture2go.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/lecture2go.py')
-rw-r--r--yt_dlp/extractor/lecture2go.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/lecture2go.py b/yt_dlp/extractor/lecture2go.py
index 3a9b30a3c..10fb5d479 100644
--- a/yt_dlp/extractor/lecture2go.py
+++ b/yt_dlp/extractor/lecture2go.py
@@ -10,6 +10,7 @@ from ..utils import (
class Lecture2GoIE(InfoExtractor):
+ _WORKING = False
_VALID_URL = r'https?://lecture2go\.uni-hamburg\.de/veranstaltungen/-/v/(?P<id>\d+)'
_TEST = {
'url': 'https://lecture2go.uni-hamburg.de/veranstaltungen/-/v/17473',