Fix bugs caused by typos
[youtube-dl] / youtube_dl / extractor / generic.py
index 5e8890d418af0c5aed90a73df3c2f93bf9e7668a..8c2ff39d58200671bb7b374722823b5adf790f87 100644 (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)