Browse Source

Update crunchyroll.py

totalwebcasting
DarkstaIkers 9 years ago
parent
commit
6cbb20bb09
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/crunchyroll.py

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

@ -184,7 +184,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