1
0
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:
DentorDev 2025-03-20 13:43:26 -05:00 committed by GitHub
parent 7abf398ce9
commit 69eec672b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,10 +8,10 @@ class SpeedRunIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?speedrun\.com/[^/?#]+/runs/(?P<id>[^?/#]+)'
_TESTS = [{
'url':'https://www.speedrun.com/smg1/runs/yvnjr9om',
'url': 'https://www.speedrun.com/smg1/runs/yvnjr9om',
'only_matching': True,
}, {
'url':'https://www.speedrun.com/pm64/runs/y96x462y',
'url': 'https://www.speedrun.com/pm64/runs/y96x462y',
'only_matching': True,
}]