tests formatting

This commit is contained in:
bashonly 2024-05-31 04:14:17 +00:00 committed by GitHub
parent 9d8933d4d7
commit 111dd1b4a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
}] }]