mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[ie/vimeo] Extract subtitles from player subdomain (#13350)
Closes #12198 Authored by: bashonly
This commit is contained in:
		| @@ -236,7 +236,7 @@ class VimeoBaseInfoExtractor(InfoExtractor): | ||||
|         for tt in (request.get('text_tracks') or []): | ||||
|             subtitles.setdefault(tt['lang'], []).append({ | ||||
|                 'ext': 'vtt', | ||||
|                 'url': urljoin('https://vimeo.com', tt['url']), | ||||
|                 'url': urljoin('https://player.vimeo.com/', tt['url']), | ||||
|             }) | ||||
| 
 | ||||
|         thumbnails = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly