mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-07 22:08:38 +00:00
match autopep8
This commit is contained in:
parent
7abf398ce9
commit
69eec672b7
@ -8,10 +8,10 @@ class SpeedRunIE(InfoExtractor):
|
|||||||
_VALID_URL = r'https?://(?:www\.)?speedrun\.com/[^/?#]+/runs/(?P<id>[^?/#]+)'
|
_VALID_URL = r'https?://(?:www\.)?speedrun\.com/[^/?#]+/runs/(?P<id>[^?/#]+)'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url':'https://www.speedrun.com/smg1/runs/yvnjr9om',
|
'url': 'https://www.speedrun.com/smg1/runs/yvnjr9om',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url':'https://www.speedrun.com/pm64/runs/y96x462y',
|
'url': 'https://www.speedrun.com/pm64/runs/y96x462y',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user