1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 18:34:32 +01:00

remove whitespace

This commit is contained in:
swedebugia 2020-04-22 14:31:44 +02:00 committed by GitHub
parent 08d06c8f07
commit 3acf1dbfd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,8 +115,9 @@ class TV4IE(InfoExtractor):
subtitles = {}
subtitles.setdefault('sv', []).append({
'url': hardcoded_swedish_subs_url,
'ext': 'vtt'})
'ext': 'vtt'
})
return {
'id': video_id,
'title': title,