mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-06 13:43:30 +00:00
ecbe1ad207
The `Request.get_origin_req_host` method was deprecated in 3.3, use the `origin_req_host` property if it's not available, see http://docs.python.org/3.3/library/urllib.request.html#urllib.request.Request.get_origin_req_host.