mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[vine] Modernize
This commit is contained in:
		| @@ -58,9 +58,11 @@ class VineIE(InfoExtractor): | |||||||
|         video_id = self._match_id(url) |         video_id = self._match_id(url) | ||||||
|         webpage = self._download_webpage('https://vine.co/v/' + video_id, video_id) |         webpage = self._download_webpage('https://vine.co/v/' + video_id, video_id) | ||||||
|  |  | ||||||
|         data = json.loads(self._html_search_regex( |         data = self._parse_json( | ||||||
|             r'window\.POST_DATA = { %s: ({.+?}) };\s*</script>' % video_id, |             self._html_search_regex( | ||||||
|             webpage, 'vine data')) |                 r'window\.POST_DATA = { %s: ({.+?}) };\s*</script>' % video_id, | ||||||
|  |                 webpage, 'vine data'), | ||||||
|  |             video_id) | ||||||
|  |  | ||||||
|         formats = [{ |         formats = [{ | ||||||
|             'format_id': '%(format)s-%(rate)s' % f, |             'format_id': '%(format)s-%(rate)s' % f, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․