mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[xtube] Fix shortcuts
This commit is contained in:
		| @@ -53,7 +53,7 @@ class XTubeIE(InfoExtractor): | ||||
|  | ||||
|         if not display_id: | ||||
|             display_id = video_id | ||||
|             url = 'http://www.xtube.com/watch.php?v=%s' % video_id | ||||
|             url = 'http://www.xtube.com/video-watch/-%s' % video_id | ||||
|  | ||||
|         req = sanitized_Request(url) | ||||
|         req.add_header('Cookie', 'age_verified=1; cookiesAccepted=1') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user