youtube-dl

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

commit 0cc8888038b31c74c4b3dfa14f01cefc52c21335
parent c735450e079d7b53ffe39ba76de472b797b1c4d8
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 15 Nov 2014 00:34:03 +0100

[crunchyroll] Remove NOP code (#2782)

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

diff --git a/youtube_dl/extractor/crunchyroll.py b/youtube_dl/extractor/crunchyroll.py @@ -264,8 +264,6 @@ Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text if not lang_code: continue sub_root = xml.etree.ElementTree.fromstring(subtitle) - if not sub_root: - subtitles[lang_code] = '' if sub_format == 'ass': subtitles[lang_code] = self._convert_subtitles_to_ass(sub_root) else: