mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:57:07 -05:00 
			
		
		
		
	merge #336
This commit is contained in:
		@@ -1178,8 +1178,8 @@ class YoutubeIE(InfoExtractor):
 | 
				
			|||||||
	_AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en'
 | 
						_AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en'
 | 
				
			||||||
	_NETRC_MACHINE = 'youtube'
 | 
						_NETRC_MACHINE = 'youtube'
 | 
				
			||||||
	# Listed in order of quality
 | 
						# Listed in order of quality
 | 
				
			||||||
	_available_formats = ['38', '37', '22', '45', '35', '44', '34', '18', '43', '6', '5', '17', '13']
 | 
						_available_formats = ['38', '37', '46', '22', '45', '35', '44', '34', '18', '43', '6', '5', '17', '13']
 | 
				
			||||||
	_available_formats_prefer_free = ['38', '37', '45', '22', '44', '35', '43', '34', '18', '6', '5', '17', '13']
 | 
						_available_formats_prefer_free = ['38', '46', '37', '45', '22', '44', '35', '43', '34', '18', '6', '5', '17', '13']
 | 
				
			||||||
	_video_extensions = {
 | 
						_video_extensions = {
 | 
				
			||||||
		'13': '3gp',
 | 
							'13': '3gp',
 | 
				
			||||||
		'17': 'mp4',
 | 
							'17': 'mp4',
 | 
				
			||||||
@@ -1190,6 +1190,7 @@ class YoutubeIE(InfoExtractor):
 | 
				
			|||||||
		'43': 'webm',
 | 
							'43': 'webm',
 | 
				
			||||||
		'44': 'webm',
 | 
							'44': 'webm',
 | 
				
			||||||
		'45': 'webm',
 | 
							'45': 'webm',
 | 
				
			||||||
 | 
							'46': 'webm',
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	_video_dimensions = {
 | 
						_video_dimensions = {
 | 
				
			||||||
		'5': '240x400',
 | 
							'5': '240x400',
 | 
				
			||||||
@@ -1205,6 +1206,7 @@ class YoutubeIE(InfoExtractor):
 | 
				
			|||||||
		'43': '360x640',
 | 
							'43': '360x640',
 | 
				
			||||||
		'44': '480x854',
 | 
							'44': '480x854',
 | 
				
			||||||
		'45': '720x1280',
 | 
							'45': '720x1280',
 | 
				
			||||||
 | 
							'46': '1080x1920',
 | 
				
			||||||
	}	
 | 
						}	
 | 
				
			||||||
	IE_NAME = u'youtube'
 | 
						IE_NAME = u'youtube'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user