mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Remove no longer needed compat_str around geturl
This commit is contained in:
		| @@ -2341,7 +2341,7 @@ class InfoExtractor(object): | ||||
|             return [] | ||||
|         ism_doc, urlh = res | ||||
|  | ||||
|         return self._parse_ism_formats(ism_doc, compat_str(urlh.geturl()), ism_id) | ||||
|         return self._parse_ism_formats(ism_doc, urlh.geturl(), ism_id) | ||||
|  | ||||
|     def _parse_ism_formats(self, ism_doc, ism_url, ism_id=None): | ||||
|         """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․