mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Don't be too clever (Fixes Python 3)
This commit is contained in:
		| @@ -1741,8 +1741,7 @@ class YoutubePlaylistIE(InfoExtractor): | ||||
|                 break | ||||
|             page_num += 1 | ||||
|  | ||||
|         videos = map(operator.itemgetter(1), sorted(videos)) | ||||
|  | ||||
|         videos = [v[1] for v in sorted(videos)] | ||||
|         total = len(videos) | ||||
|  | ||||
|         playliststart = self._downloader.params.get('playliststart', 1) - 1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister