[extractor/common] Convert ISM manifest to unicode before processing on python 2 (#24152)
This commit is contained in:
		
							parent
							
								
									b76f0e58f7
								
							
						
					
					
						commit
						e2f8bf5888
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2341,7 +2341,7 @@ class InfoExtractor(object):
 | 
				
			||||||
            return []
 | 
					            return []
 | 
				
			||||||
        ism_doc, urlh = res
 | 
					        ism_doc, urlh = res
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return self._parse_ism_formats(ism_doc, urlh.geturl(), ism_id)
 | 
					        return self._parse_ism_formats(ism_doc, compat_str(urlh.geturl()), ism_id)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _parse_ism_formats(self, ism_doc, ism_url, ism_id=None):
 | 
					    def _parse_ism_formats(self, ism_doc, ism_url, ism_id=None):
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue