Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there a way to force a specific module? #3097

Closed
ash9120 opened this issue Oct 24, 2022 · 4 comments
Closed

is there a way to force a specific module? #3097

ash9120 opened this issue Oct 24, 2022 · 4 comments

Comments

@ash9120
Copy link

ash9120 commented Oct 24, 2022

Greetings. Ive noticied now when i tried to download mangas that the sites keep changing their names constantly. For instance, mangakalot changed to chapmanganato.com, and mangastream.com changed to mangastream.mobi.
Unfortunatelly this also means that the extractor doesnt recognize the site anymore, so i guess there is some command i dont know about that forces the script to use an specific extractor even if the site isnt listed?

@mikf
Copy link
Owner

mikf commented Oct 24, 2022

There is no such functionality except for a few exceptions and manga sites like mangakakalot are not among them. Forcing a specific module/extractor would generally not work with how the internals are structured.

chapmanganato.com does now get recognized with the changes in f4d06e5

mangastream.mobi is an entirely different site than what the original mangastream.com was and has most likely no relation to it whatsoever. mangastream support got removed in early 2021 after the site was offline for a few months, by the way. (fcdda61)

@ash9120
Copy link
Author

ash9120 commented Oct 24, 2022

Thanks for the quick reply and i would also like to personally thank you for this amazing project.

Ive runned pip3 install --upgrade gallery-dl and chapmanganato wasnt recognized, am i doing something wrong or i should wait some days till it make to the stable version?

@mikf
Copy link
Owner

mikf commented Oct 24, 2022

stable releases only happen every few weeks, so you might want to do

pip3 install -U -I --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz

to install from master.

Another option would be to manually replace chapmanganato with the former readmanganato in URLs

@ash9120
Copy link
Author

ash9120 commented Mar 27, 2023

Sorry for bringing this up again, but it happened again; bunkr.su changed to bunkr.la and now the modules doesnt work. Isnt there some simple way to deal with these cases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants