1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-05-13 02:27:02 +00:00

Remove no longer needed compat_str around geturl

This commit is contained in:
Sergey M․
2020-02-29 19:17:27 +07:00
parent fca6dba8b8
commit 7947a1f7db
12 changed files with 16 additions and 23 deletions

View File

@@ -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):
"""