mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[compat, networking] Deprecate old functions (#2861)
Authored by: coletdjnz, pukkandan
This commit is contained in:
		| @@ -171,7 +171,7 @@ class MediasiteIE(InfoExtractor): | ||||
|         query = mobj.group('query') | ||||
| 
 | ||||
|         webpage, urlh = self._download_webpage_handle(url, resource_id)  # XXX: add UrlReferrer? | ||||
|         redirect_url = urlh.geturl() | ||||
|         redirect_url = urlh.url | ||||
| 
 | ||||
|         # XXX: might have also extracted UrlReferrer and QueryString from the html | ||||
|         service_path = compat_urlparse.urljoin(redirect_url, self._html_search_regex( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 coletdjnz
					coletdjnz