mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
Merge branch 'DarkstaIkers-master'
This commit is contained in:
commit
2176e466e0
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
version <unreleased>
|
||||
|
||||
Extractors
|
||||
- [Crunchyroll] ScaledBorderAndShadow are removed from ASS subtitles
|
||||
(#8207, #9028)
|
||||
|
||||
version 2016.11.18
|
||||
|
||||
Extractors
|
||||
|
|
|
@ -236,7 +236,7 @@ def ass_bool(strvalue):
|
|||
output += 'WrapStyle: %s\n' % sub_root.attrib['wrap_style']
|
||||
output += 'PlayResX: %s\n' % sub_root.attrib['play_res_x']
|
||||
output += 'PlayResY: %s\n' % sub_root.attrib['play_res_y']
|
||||
output += """ScaledBorderAndShadow: yes
|
||||
output += """ScaledBorderAndShadow: no
|
||||
|
||||
[V4+ Styles]
|
||||
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
|
||||
|
|
Loading…
Reference in a new issue