[extractor/common] Skip malformed ISM manifest XMLs while extracting ISM formats (#24667)
This commit is contained in:
		| @@ -2340,6 +2340,8 @@ class InfoExtractor(object): | ||||
|         if res is False: | ||||
|             return [] | ||||
|         ism_doc, urlh = res | ||||
|         if ism_doc is None: | ||||
|             return [] | ||||
|  | ||||
|         return self._parse_ism_formats(ism_doc, urlh.geturl(), ism_id) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․