Update speedrun.py

This commit is contained in:
DentorDev
2025-03-20 13:47:22 -05:00
committed by GitHub
parent 69eec672b7
commit 527468cf74
+1
View File
@@ -3,6 +3,7 @@ from .common import InfoExtractor
# Speedrun.com has the ability to host twitch embeds as well which is why this
# script was needed.
class SpeedRunIE(InfoExtractor):
IE_NAME = 'speedrun'
_VALID_URL = r'https?://(?:www\.)?speedrun\.com/[^/?#]+/runs/(?P<id>[^?/#]+)'