memst
memst
@makuto Re: last code block. At some point `pixivpy` [got renamed](https://github.com/upbit/pixivpy/commit/5ceeeb293a41075d0e0e7cd243bdd5cda5c2f743) to `pixivpy3`. Their minimum required python version is now also 3.7. Do we bump the dependency ~or completely remove...
@Z0pyrus ``` No Gfycat Client ID and/or Gfycat Client Secret was provided. This is required to download Gfycat media reliably. ``` Have you added your API key to Gfycat in...
I couldn't recreate the issue. Try updating `pyproject.toml` to the following and running the poetry setup. I did that in a fresh vm and it seems to have run fine....
I would urge to make a decision and go down the path of urllib3 and other libraries that pass parsable headers even if they don't percisely follow the RFC 7230....
For reference, python's http.client parses all incoming headers according to [RFC2822](https://datatracker.ietf.org/doc/html/rfc2822#section-2.2).