-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Batoto don't work and large folder names not found #4
Comments
Your first issue occurs if you try to download a manga chapter that is only visible to logged-in users, for example https://bato.to/reader#6fec7433722aff52. Your second issue seems to come from pathname restrictions in windows: no special characters and max length of 260. gallery-dl should already be replacing all illegal characters with underscores. Please provide a link to the "offending" chapter so that I can see the problem for myself. |
step-by-step instructions to get gallery-dl to log in to bato.to If you don't already have a configuration file and are using windows:
{
"extractor":
{
"batoto":
{
"username": "<your username>",
"password": "<your password>"
}
}
} |
There seem to be quite a lot of issues with windows (and otherwise), so thank you for reporting this. "directory_fmt": ["{category}", "{manga}", "c{chapter:>03}"],
"filename_fmt": "c{chapter:>03}_{page:>03}.png" |
Batoto seem to not work fine, i get an error related to url (error 405).
Also if the manga name cotain some weird characters or is too large, the script fail to get the folder.
Edit: same error on v0.5.2
The text was updated successfully, but these errors were encountered: