1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-21 10:55:32 +00:00

Fix whitespace

This commit is contained in:
Aniruddh Joshi 2021-10-14 12:32:59 +05:30 committed by GitHub
parent 922680a9dc
commit 30d8bbf6fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,6 @@ class SonyLIVIE(InfoExtractor):
episode = metadata.get('episodeTitle') episode = metadata.get('episodeTitle')
if episode and title != episode: if episode and title != episode:
title += ' - ' + episode title += ' - ' + episode
subtitles = {} subtitles = {}
for subtitle in (content.get('subtitle') or []): for subtitle in (content.get('subtitle') or []):
base_url = subtitle.get('subtitleUrl') base_url = subtitle.get('subtitleUrl')