http://gitunderground.i2p/archive/youtube-dl/commit/66518714169185195a359e173cef73fba31d76b8?style=split&whitespace=show-all&show-outdated=
Request type ( compat_urllib_request . Request ( ' http://127.0.0.1 ' , method = ' GET ' ) ) _req ( ' http://127.0.0.1 ' , method = ' GET ' ) except TypeError : except TypeError : class _request ( object ) : def _add_init_method_arg ( cls ) : def __new__ ( cls , url , * args , * * kwargs ) : method = kwargs . pop ( ' method ' , None ) r = _req ( url , * args , * * kwargs ) if method : r . get_method = types .