mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-13 10:06:51 +01:00
Fix bugs caused by typos
This commit is contained in:
parent
7d02dcfaa2
commit
2583c0b54e
4 changed files with 4 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue