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')
if episode and title != episode:
title += ' - ' + episode
subtitles = {}
for subtitle in (content.get('subtitle') or []):
base_url = subtitle.get('subtitleUrl')