mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	XHamsterIE: Fix video extension
Cut off GET parameter
This commit is contained in:
		| @@ -36,7 +36,7 @@ class XHamsterIE(InfoExtractor): | ||||
|             video_url = compat_urllib_parse.unquote(mobj.group('file')) | ||||
|         else: | ||||
|             video_url = mobj.group('server')+'/key='+mobj.group('file') | ||||
|         video_extension = video_url.split('.')[-1] | ||||
|         video_extension = video_url.split('.')[-1].split('?')[0] | ||||
|  | ||||
|         video_title = self._html_search_regex(r'<title>(?P<title>.+?) - xHamster\.com</title>', | ||||
|             webpage, u'title') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 rzhxeo
					rzhxeo