[youtube:watchlater] Fix extraction (Closes #10544)
This commit is contained in:
parent
4a69fa04e0
commit
7e5dc339de
1 changed files with 1 additions and 1 deletions
|
@ -2376,7 +2376,7 @@ class YoutubeWatchLaterIE(YoutubePlaylistIE):
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
video = self._check_download_just_video(url, 'WL')
|
_, video = self._check_download_just_video(url, 'WL')
|
||||||
if video:
|
if video:
|
||||||
return video
|
return video
|
||||||
_, playlist = self._extract_playlist('WL')
|
_, playlist = self._extract_playlist('WL')
|
||||||
|
|
Loading…
Reference in a new issue