This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[FFmpegSubtitlesConvertorPP] correctly update the extension (
fixes
#8444
)
totalwebcasting
Jaime Marquínez Ferrándiz
9 years ago
parent
7e62c2eb6d
commit
3547d26587
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/postprocessor/ffmpeg.py
+ 1
- 1
youtube_dl/postprocessor/ffmpeg.py
View File
@ -523,7 +523,7 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
with
io
.
open
(
new_file
,
'
rt
'
,
encoding
=
'
utf-8
'
)
as
f
:
subs
[
lang
]
=
{
'
ext
'
:
ext
,
'
ext
'
:
new_
ext
,
'
data
'
:
f
.
read
(
)
,
}
Write
Preview
Loading…
Cancel
Save