mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:57:08 -05:00 
			
		
		
		
	[youtube:watchlater] Fix extraction (Closes #10544)
This commit is contained in:
		@@ -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')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user