mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-27 21:59:17 +01:00
tests formatting
This commit is contained in:
parent
9d8933d4d7
commit
111dd1b4a8
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class LecturioCourseIE(LecturioBaseIE):
|
||||||
|
|
||||||
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 a new issue