Fixed YouTube playlist parsing
This commit is contained in:
		
							parent
							
								
									85f76ac90b
								
							
						
					
					
						commit
						3af2f7656c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1473,7 +1473,7 @@ class YoutubePlaylistIE(InfoExtractor):
 | 
			
		|||
 | 
			
		||||
	_VALID_URL = r'(?:https?://)?(?:\w+\.)?youtube\.com/(?:(?:course|view_play_list|my_playlists|artist|playlist)\?.*?(p|a|list)=|user/.*?/user/|p/|user/.*?#[pg]/c/)(?:PL)?([0-9A-Za-z-_]+)(?:/.*?/([0-9A-Za-z_-]+))?.*'
 | 
			
		||||
	_TEMPLATE_URL = 'http://www.youtube.com/%s?%s=%s&page=%s&gl=US&hl=en'
 | 
			
		||||
	_VIDEO_INDICATOR_TEMPLATE = r'/watch\?v=(.+?)&list=(PL)?%s&'
 | 
			
		||||
	_VIDEO_INDICATOR_TEMPLATE = r'/watch\?v=(.+?)&list=.*?%s'
 | 
			
		||||
	_MORE_PAGES_INDICATOR = r'yt-uix-pager-next'
 | 
			
		||||
	IE_NAME = u'youtube:playlist'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue