diff --git a/youtube_dl/extractor/crunchyroll.py b/youtube_dl/extractor/crunchyroll.py index 0bd0eccba8..fe1324fe3c 100644 --- a/youtube_dl/extractor/crunchyroll.py +++ b/youtube_dl/extractor/crunchyroll.py @@ -264,8 +264,6 @@ def _real_extract(self,url): 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: