You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you press Ctrl-C during a download, the program displays a message [exhentai][info] Use '...' as input URL to continue downloading from the current position. This is very convenient, since the URLs are impossible to guess, take time to find, and the crawler accesses them by number very slowly.
When a download and both fallback URLs fail (e.g. because of server troubles), the error message only displays the generated downloaded image name: [download][error] Failed to download ....jpg It would be more convenient, if it also displayed the page URLs.
The text was updated successfully, but these errors were encountered:
to display the image page URLs of failed downloads.
You can something similar with the current gallery-dl version by using a metadata post processor with "filename": "-" and "format": "https://exhentai.org/s/{image_token}/{gid}-{num}".
When you press Ctrl-C during a download, the program displays a message
[exhentai][info] Use '...' as input URL to continue downloading from the current position
. This is very convenient, since the URLs are impossible to guess, take time to find, and the crawler accesses them by number very slowly.When a download and both fallback URLs fail (e.g. because of server troubles), the error message only displays the generated downloaded image name:
[download][error] Failed to download ....jpg
It would be more convenient, if it also displayed the page URLs.The text was updated successfully, but these errors were encountered: