satisfy flake8

This commit is contained in:
Yarn 2020-09-19 04:29:06 -07:00
parent 754d90c9a2
commit 9652269ff0
1 changed files with 1 additions and 1 deletions

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):