mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	Merge pull request #6120 from nawl/master
[hentaistigma] Fix video extractor
This commit is contained in:
		
						commit
						54f428f645
					
				| @ -32,7 +32,7 @@ class HentaiStigmaIE(InfoExtractor): | |||||||
|         wrap_webpage = self._download_webpage(wrap_url, video_id) |         wrap_webpage = self._download_webpage(wrap_url, video_id) | ||||||
| 
 | 
 | ||||||
|         video_url = self._html_search_regex( |         video_url = self._html_search_regex( | ||||||
|             r'clip:\s*{\s*url: "([^"]*)"', wrap_webpage, 'video url') |             r'file:"([^"]+)"', wrap_webpage, 'video url') | ||||||
| 
 | 
 | ||||||
|         return { |         return { | ||||||
|             'id': video_id, |             'id': video_id, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M.
						Sergey M.