Support new playlist style URL (fixes issue #114)
This commit is contained in:
		| @@ -1493,7 +1493,7 @@ class YoutubeSearchIE(InfoExtractor): | |||||||
| class YoutubePlaylistIE(InfoExtractor): | class YoutubePlaylistIE(InfoExtractor): | ||||||
| 	"""Information Extractor for YouTube playlists.""" | 	"""Information Extractor for YouTube playlists.""" | ||||||
|  |  | ||||||
| 	_VALID_URL = r'(?:http://)?(?:\w+\.)?youtube.com/(?:view_play_list|my_playlists)\?.*?p=([^&]+).*' | 	_VALID_URL = r'(?:http://)?(?:\w+\.)?youtube.com/(?:(?:view_play_list|my_playlists)\?.*?p=|user/.*?/user/)([^&]+).*' | ||||||
| 	_TEMPLATE_URL = 'http://www.youtube.com/view_play_list?p=%s&page=%s&gl=US&hl=en' | 	_TEMPLATE_URL = 'http://www.youtube.com/view_play_list?p=%s&page=%s&gl=US&hl=en' | ||||||
| 	_VIDEO_INDICATOR = r'/watch\?v=(.+?)&' | 	_VIDEO_INDICATOR = r'/watch\?v=(.+?)&' | ||||||
| 	_MORE_PAGES_INDICATOR = r'(?m)>\s*Next\s*</a>' | 	_MORE_PAGES_INDICATOR = r'(?m)>\s*Next\s*</a>' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ricardo Garcia
					Ricardo Garcia