mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-03 11:58:32 +00:00
Update speedrun.py
This commit is contained in:
parent
69eec672b7
commit
527468cf74
@ -3,6 +3,7 @@
|
|||||||
# Speedrun.com has the ability to host twitch embeds as well which is why this
|
# Speedrun.com has the ability to host twitch embeds as well which is why this
|
||||||
# script was needed.
|
# script was needed.
|
||||||
|
|
||||||
|
|
||||||
class SpeedRunIE(InfoExtractor):
|
class SpeedRunIE(InfoExtractor):
|
||||||
IE_NAME = 'speedrun'
|
IE_NAME = 'speedrun'
|
||||||
_VALID_URL = r'https?://(?:www\.)?speedrun\.com/[^/?#]+/runs/(?P<id>[^?/#]+)'
|
_VALID_URL = r'https?://(?:www\.)?speedrun\.com/[^/?#]+/runs/(?P<id>[^?/#]+)'
|
||||||
|
Loading…
Reference in New Issue
Block a user