plotski
plotski
See pm on bb.
```sh $ pythonbits 'any/existing/path/without/season/info' -c tv -f description [...] Traceback (most recent call last): File "/path/to/pythonBits/pythonbits/__main__.py", line 137, in main _main(Category, set_fields, get_fields) File "/path/to/pythonBits/pythonbits/__main__.py", line 113, in _main sub.show_fields(get_fields)...
I would like to run a proxy server instance asynchronously with `await` instead of blockingly with `run_until_complete()` or `run_forver()`. It's kinda working, but I'm getting `RuntimeError: Event loop is closed`....
"Collector" is parsed as "Collector's Edition" and the title becomes "The". ```sh $ guessit The.Collector.2009.720p.BluRay.DTS.x264-HDS For: The.Collector.2009.720p.BluRay.DTS.x264-HDS GuessIt found: { "title": "The", "edition": "Collector", "year": 2009, "screen_size": "720p", "source": "Blu-ray",...
`AsyncConnectionPool.aclose()` raises `RuntimeError: The connection pool was closed while 1 HTTP requests/responses were still in-flight.` if there are any on-going requests. It would be nice to provide a list of...
Friendly reminder that pkg_resources is deprecated in favor of importlib.resources. https://setuptools.pypa.io/en/latest/pkg_resources.html https://docs.python.org/3/library/importlib.resources.html