Fix bugs caused by typos

This commit is contained in:
Robin Neatherway 2017-07-14 17:08:32 +01:00 committed by Sergey M
parent 7d02dcfaa2
commit 2583c0b54e
4 changed files with 4 additions and 5 deletions

View file

@ -2740,7 +2740,7 @@ class GenericIE(InfoExtractor):
rutube_urls = RutubeIE._extract_urls(webpage)
if rutube_urls:
return self.playlist_from_matches(
rutube_urls, ie=RutubeIE.ie_key())
rutube_urls, video_id, video_title, ie=RutubeIE.ie_key())
# Look for WashingtonPost embeds
wapo_urls = WashingtonPostIE._extract_urls(webpage)