mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 08:34:32 +01: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…
Reference in New Issue
Block a user