mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[crunchyroll] Remove NOP code (#2782)
This commit is contained in:
		| @@ -264,8 +264,6 @@ Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text | |||||||
|             if not lang_code: |             if not lang_code: | ||||||
|                 continue |                 continue | ||||||
|             sub_root = xml.etree.ElementTree.fromstring(subtitle) |             sub_root = xml.etree.ElementTree.fromstring(subtitle) | ||||||
|             if not sub_root: |  | ||||||
|                 subtitles[lang_code] = '' |  | ||||||
|             if sub_format == 'ass': |             if sub_format == 'ass': | ||||||
|                 subtitles[lang_code] = self._convert_subtitles_to_ass(sub_root) |                 subtitles[lang_code] = self._convert_subtitles_to_ass(sub_root) | ||||||
|             else: |             else: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister