mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	YoutubeSearchIE: return a playlist (related #838)
This commit is contained in:
		| @@ -1401,7 +1401,7 @@ class YoutubeSearchIE(InfoExtractor): | ||||
|         if len(video_ids) > n: | ||||
|             video_ids = video_ids[:n] | ||||
|         videos = [self.url_result('http://www.youtube.com/watch?v=%s' % id, 'Youtube') for id in video_ids] | ||||
|         return videos | ||||
|         return self.playlist_result(videos, query) | ||||
|  | ||||
|  | ||||
| class GoogleSearchIE(InfoExtractor): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz