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
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
12 changed files with 16 additions and 23 deletions

View file

@ -129,7 +129,7 @@ class MediasiteIE(InfoExtractor):
query = mobj.group('query')
webpage, urlh = self._download_webpage_handle(url, resource_id) # XXX: add UrlReferrer?
redirect_url = compat_str(urlh.geturl())
redirect_url = urlh.geturl()
# XXX: might have also extracted UrlReferrer and QueryString from the html
service_path = compat_urlparse.urljoin(redirect_url, self._html_search_regex(