mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	This commit is contained in:
		@@ -48,7 +48,7 @@ class VShareIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        webpage = self._download_webpage(
 | 
					        webpage = self._download_webpage(
 | 
				
			||||||
            'https://vshare.io/v/%s/width-650/height-430/1' % video_id,
 | 
					            'https://vshare.io/v/%s/width-650/height-430/1' % video_id,
 | 
				
			||||||
            video_id)
 | 
					            video_id, headers={'Referer': url})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        title = self._html_search_regex(
 | 
					        title = self._html_search_regex(
 | 
				
			||||||
            r'<title>([^<]+)</title>', webpage, 'title')
 | 
					            r'<title>([^<]+)</title>', webpage, 'title')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user