Fix Unneeded Comments

pull/12675/head
DentorDev 5 months ago committed by GitHub
parent 6637787de1
commit 7abf398ce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,9 +1,7 @@
from .common import InfoExtractor 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, otherwise there would've been no use for it. # script was needed.
# However the Youtube embed scraper is prone to flase positives hence
# this script's existance.
class SpeedRunIE(InfoExtractor): class SpeedRunIE(InfoExtractor):
IE_NAME = 'speedrun' IE_NAME = 'speedrun'

Loading…
Cancel
Save