Sergei Zharkov
Sergei Zharkov
Hi. I still think how this should be realized. One option is to do 2 threads for the application, one of which will be the primary, the second manager. True,...
It would be very nice to see the finished API implementation in some application =) This would help a lot. Any ideas?
Thanks for the answer! I will try to answer this. ```python providers = manga_py.providers() ``` It is not necessary to do this. For this, there is a method `get_provider()` It...
> I have one idea more (get Alternate Name) talk bout it here or in a new issue? Can be here. I think we will not lose it. >So excuse...
> It makes more sense to me to download the entire chapter to display it One of the tasks for version 2.x was to build an html for easy reading....
Information about the manga (URL, alternative name, author, etc.) will be available to the provider. `provider.meta` - returns an instance of [manga_py.libs.base.meta.Meta](https://github.com/yuru-yuri/manga-dl/blob/master/manga_py/libs/base/meta.py) At the moment the class is empty, in...
Do you mean the constant inside api? No problem. But I do not think that this will be implemented once, as you suggested above ```python manga_py.api(version = 1) ``` You...
Thanks for the issue
hmm ... i will check it on windows Thank you!
Not sure if this will ever be added, but I will try