1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[youtube:watchlater] Fix extraction (Closes #10544)

This commit is contained in:
Sergey M․
2016-09-04 00:29:01 +07:00
parent 4a69fa04e0
commit 7e5dc339de

View File

@ -2376,7 +2376,7 @@ class YoutubeWatchLaterIE(YoutubePlaylistIE):
}]
def _real_extract(self, url):
video = self._check_download_just_video(url, 'WL')
_, video = self._check_download_just_video(url, 'WL')
if video:
return video
_, playlist = self._extract_playlist('WL')