1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-04 09:11:40 +02:00

[FFmpegSubtitlesConvertorPP] remove unused variable

This commit is contained in:
Jaime Marquínez Ferrándiz 2016-02-06 19:04:53 +01:00
parent 7b8b007cd9
commit d4f8e83404

View File

@ -510,7 +510,6 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
f.write(srt_data)
old_file = srt_file
ext = 'srt'
subs[lang] = {
'ext': 'srt',
'data': srt_data