Xonshiz / comic-dl

Comic-dl is a command line tool to download manga and comics from various comic and manga sites. Supported sites : readcomiconline.to, mangafox.me, comic naver and many more.
https://github.com/Xonshiz/comic-dl
MIT License
538 stars 68 forks source link

What's missing? #322

Open StrangeDOS opened 2 years ago

StrangeDOS commented 2 years ago

Suggestion for new functionality. This would be hard to do but worth it to new users. Adding a switch to run the script and check for any missing requirements. It would be nice to be able to confirm that everything is setup correctly.

Xonshiz commented 2 years ago

Sorry, I'm not able to understand entirely. Could you please expand?

StrangeDOS commented 2 years ago

Sorry. Wrote it in a hurry. I proposing a switch that when you use it, say "comic_dl -req" it checks to make sure you have all the requirements correctly installed.

This would be good for new users as it will check to make sure they downloaded and installed the required packages.

darodi commented 2 years ago

Isn't everything bundled in the executables here? https://github.com/Xonshiz/comic-dl/releases

or is this not enough? pip install -r requirements.txt

Xonshiz commented 1 year ago

Yep, -r requirements.txt should fetch all the external libs.