mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-13 04:51:22 +00:00
Fix whitespace
This commit is contained in:
parent
922680a9dc
commit
30d8bbf6fa
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ class SonyLIVIE(InfoExtractor):
|
|||
episode = metadata.get('episodeTitle')
|
||||
if episode and title != episode:
|
||||
title += ' - ' + episode
|
||||
|
||||
subtitles = {}
|
||||
for subtitle in (content.get('subtitle') or []):
|
||||
base_url = subtitle.get('subtitleUrl')
|
||||
|
|
Loading…
Reference in a new issue