1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

Update vimeo.py

This commit is contained in:
Sergey M 2020-03-03 01:26:38 +07:00 committed by GitHub
parent 6140ff6b9d
commit 4a41733998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ class VimeoBaseInfoExtractor(InfoExtractor):
for tt in text_tracks:
subtitles[tt['lang']] = [{
'ext': 'vtt',
'url': urljoin('https://vimeo.com', tt['url'])
'url': urljoin('https://vimeo.com', tt['url']),
}]
thumbnails = []