]> git.bitcoin.ninja Git - youtube-dl/commitdiff
[generic] Fix access to removed function in python 3.4
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 17 Mar 2014 20:59:21 +0000 (21:59 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 17 Mar 2014 20:59:21 +0000 (21:59 +0100)
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.


No differences found