diff --git a/yt_dlp/extractor/speedrun.py b/yt_dlp/extractor/speedrun.py index d2385854b4..1e29f15bd5 100644 --- a/yt_dlp/extractor/speedrun.py +++ b/yt_dlp/extractor/speedrun.py @@ -3,6 +3,7 @@ # 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[^?/#]+)'