mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-21 11:36:05 +03:00
Update speedrun.py
This commit is contained in:
@@ -3,6 +3,7 @@ from .common import InfoExtractor
|
|||||||
# 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>[^?/#]+)'
|
||||||
|
|||||||
Reference in New Issue
Block a user