diff --git a/yt_dlp/extractor/lecturio.py b/yt_dlp/extractor/lecturio.py index 4927641995..5e59493c63 100644 --- a/yt_dlp/extractor/lecturio.py +++ b/yt_dlp/extractor/lecturio.py @@ -206,7 +206,7 @@ def _real_extract(self, url): class LecturioDeCourseIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?lecturio\.de/[^/?#]+/(?P[^/?#&]+)\.kurs' - _TEST = { + _TESTS = [{ 'url': 'https://www.lecturio.de/jura/grundrechte.kurs', 'only_matching': True, }]