From 0b6d13c28978b38bca44a04fa3df015fbac969d9 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Fri, 31 May 2024 04:15:43 +0000 Subject: [PATCH] formatting --- yt_dlp/extractor/lecturio.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yt_dlp/extractor/lecturio.py b/yt_dlp/extractor/lecturio.py index 5e59493c63..e88a21d515 100644 --- a/yt_dlp/extractor/lecturio.py +++ b/yt_dlp/extractor/lecturio.py @@ -157,6 +157,7 @@ class LecturioIE(LecturioBaseIE): 'only_matching': True, }] + class LecturioDeIE(LecturioBaseIE): _VALID_URL = r'https?://www\.lecturio\.de/[^/?#]+/(?P)(?P[^/?#&]+)\.vortrag' _TESTS = [{ @@ -213,6 +214,7 @@ class LecturioDeCourseIE(InfoExtractor): def _real_extract(self, url): display_id = self._match_id(url) + webpage = self._download_webpage(url, display_id) entries = []