tests formatting

pull/7460/head
bashonly 11 months ago committed by GitHub
parent 9d8933d4d7
commit 111dd1b4a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save