gromenauer
gromenauer
Just for brainstorming. Implementing something like: * `--test-provider ` # Uses _provider_name_ provider tests the url with (Check that xpath to relevant data exists, needs implementation for every provider). *...
Other similar idea: Implement a test method for every provider. This test checks that xpath to relevant data exists. If this method narrows the search to 5 providers, then check...
Suggestion: It is necessary to store the new url in the `info.txt` in the new downloads when updating.
Can you put an example of how you see it? If you want an alternative ideas based on your questions, this could be one: * Command ~~~ bash manga-py.sh https://mangalife.us...
Can you tell more about the database? Could it be done like this?: ~~~ bash manga-py --title isekai --search-limit 6 --output-json > isekai_database.json $EDITOR isekai_database.json # Delete the lines I...
Tried with no luck. ~~~ ModuleNotFoundError: No module named 'selenium' ~~~ Component | Value ---|--- Docker | 🐳 ✔ OS | Debian GNU/Linux 10 (buster) Python version | Python 3.6.8...
@toddashi, have you tried to download from sublimemanga using `--force-provider` with a viz.com URL ?
@1271 we all know that you do more than you are paid for, and we try to nag in the more gentle way possible when something don't work :innocent: Maybe...
Just for brainstorming: * Standardize interfaces and treat providers as plugins (= collaborators/other projects making plugins) * Separate data from code, in this case something like get out xpaths o...
Glad to join. Testing will be the main focus, but I will try to contribute. I know some python but understanding the internals of the project is tricky.