Browse Source

[FFmpegSubtitlesConvertorPP] remove unused variable

totalwebcasting
Jaime Marquínez Ferrándiz 9 years ago
parent
commit
d4f8e83404
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/postprocessor/ffmpeg.py

+ 0
- 1
youtube_dl/postprocessor/ffmpeg.py 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


Loading…
Cancel
Save