1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 04:27:16 +08:00

satisfy flake8

This commit is contained in:
Yarn 2020-09-19 04:29:06 -07:00
parent 754d90c9a2
commit 9652269ff0

View File

@ -154,7 +154,7 @@ class TwitCastingHistoryIE(InfoExtractor):
video_url = 'https://twitcasting.tv%s' % href
video_id = href.split('/')[-1]
result = self.url_result(video_url,
ie=TwitCastingIE.ie_key(), video_id=video_id, video_title=title)
ie=TwitCastingIE.ie_key(), video_id=video_id, video_title=title)
yield result
def _real_extract(self, url):