Browse Source

Merge branch 'DarkstaIkers-master'

totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
2176e466e0
No known key found for this signature in database GPG Key ID: 7F902A182457CA23
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      ChangeLog
  2. +1
    -1
      youtube_dl/extractor/crunchyroll.py

+ 6
- 0
ChangeLog View File

@ -1,3 +1,9 @@
version <unreleased>
Extractors
- [Crunchyroll] ScaledBorderAndShadow are removed from ASS subtitles
(#8207, #9028)
version 2016.11.18
Extractors


+ 1
- 1
youtube_dl/extractor/crunchyroll.py View File

@ -236,7 +236,7 @@ class CrunchyrollIE(CrunchyrollBaseIE):
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…
Cancel
Save