mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 00:47:15 +08:00
satisfy flake8
This commit is contained in:
parent
754d90c9a2
commit
9652269ff0
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user