mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01:00
tests formatting
This commit is contained in:
parent
9d8933d4d7
commit
111dd1b4a8
@ -206,7 +206,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
class LecturioDeCourseIE(InfoExtractor):
|
class LecturioDeCourseIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?lecturio\.de/[^/?#]+/(?P<id>[^/?#&]+)\.kurs'
|
_VALID_URL = r'https?://(?:www\.)?lecturio\.de/[^/?#]+/(?P<id>[^/?#&]+)\.kurs'
|
||||||
_TEST = {
|
_TESTS = [{
|
||||||
'url': 'https://www.lecturio.de/jura/grundrechte.kurs',
|
'url': 'https://www.lecturio.de/jura/grundrechte.kurs',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user