frozenpandaman / mangadex-dl

Download manga from MangaDex.org
GNU General Public License v3.0
238 stars 38 forks source link

Added search support , plus local database #45

Closed Bainshedone closed 2 years ago

Bainshedone commented 2 years ago

Sorry I was busy with college project so I just left pr open without explaining it

I personally felt annoying to go through same process to download ongoing manga , so added database to make a local manga library and just use `-u' flag to update all ongoing manga and download them in one go

Secondly, search option, yeah that was also annoying to go on mangadex site to grab link , instead using -s to you'll get ID of that manga and then continue with normal process

Minor changes

frozenpandaman commented 2 years ago

Hi @Bainshedone, thanks for this! I think anything involving a persistent database is out-of-scope for this lightweight project. Same with search, to some degree, though I have been toying with the idea… Having raw SQL queries in the code is something I definitely don't want to deal with personally, though, lol. Apologies!

Please feel free to fork the project and maintain this functionality in your own version – seems like a cool use case!