youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 2b2d5d319b563a12e26c55966a047fa5bb039cd0
parent 26c0f09935d51cc8837230ad48db08acd3744dd9
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Wed,  1 Feb 2017 16:39:32 +0800

[crunchyroll] Remove ScaledBorderAndShadow settings

See https://github.com/rg3/youtube-dl/pull/9028, especially @lachs0r's
comments for the reason behind this change

Diffstat:
Myoutube_dl/extractor/crunchyroll.py | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/crunchyroll.py b/youtube_dl/extractor/crunchyroll.py @@ -255,8 +255,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: no - + output += """ [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 """