mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-04 18:21:39 +03:00
formatting
This commit is contained in:
@@ -157,6 +157,7 @@ class LecturioIE(LecturioBaseIE):
|
|||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
||||||
class LecturioDeIE(LecturioBaseIE):
|
class LecturioDeIE(LecturioBaseIE):
|
||||||
_VALID_URL = r'https?://www\.lecturio\.de/[^/?#]+/(?P<id>)(?P<nt>[^/?#&]+)\.vortrag'
|
_VALID_URL = r'https?://www\.lecturio\.de/[^/?#]+/(?P<id>)(?P<nt>[^/?#&]+)\.vortrag'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
@@ -213,6 +214,7 @@ class LecturioDeCourseIE(InfoExtractor):
|
|||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
display_id = self._match_id(url)
|
display_id = self._match_id(url)
|
||||||
|
|
||||||
webpage = self._download_webpage(url, display_id)
|
webpage = self._download_webpage(url, display_id)
|
||||||
|
|
||||||
entries = []
|
entries = []
|
||||||
|
|||||||
Reference in New Issue
Block a user