1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 06:48:30 +00:00

Fix Unneeded Comments

This commit is contained in:
DentorDev 2025-03-20 13:41:06 -05:00 committed by GitHub
parent 6637787de1
commit 7abf398ce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,7 @@
from .common import InfoExtractor
# Speedrun.com has the ability to host twitch embeds as well which is why this
# script was needed, otherwise there would've been no use for it.
# However the Youtube embed scraper is prone to flase positives hence
# this script's existance.
# script was needed.
class SpeedRunIE(InfoExtractor):
IE_NAME = 'speedrun'