gromenauer
gromenauer
> `providers = manga_py.providers()` In this I was thinking on a way to list all providers, maybe the name was misleading and it should be ~~~ python >>> providers =...
Is this issue covering too much? Maybe we should open one issue per API functionality? * list_providers * search_manga * stream_page * related_manga ... I have one idea more (get...
I was thinking that the API could be used like this: ~~~ python import manga_py api_object = manga_py.api(version=1) providers = api_object.providers_list() ~~~ The user gets `providers_list` from the API, and...
Please add a api version number, even if you only support one api version at a time. This makes troubleshooting easier for the user.
I heard of [Wooey and Gooey](https://pythonbytes.fm/episodes/show/62/wooey-and-gooey-are-simple-python-guis) as an easy way to make a Web and a GUI, but I think that `manga-py` is better as a CLI.
Deploying it in heroku will add costs and legal liabilities, it's better to mitigate that somehow.
Fails gracefully out of USA and Japan. (Works as intended) ~~~ ... Try to get free chapters... Warning! This site worked from USA and Japan! Check your location ~~~
Yes. It's a easy way to avoid to remember to use `--skip-volumes` for every manga that changed provider. And zero byte files uses almost no space. Some times even in...
Didn't see this kind of problem in a year (html as jpg or jpg without extension). Are checks in place for it? I think it's somehow solved. Should we close...
Maybe it's better to create a ROADMAP.md in version 2.0 with a line like: * [ ] Double check page content #160 and close this issue.