We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can it be done with the config file and can someone help me please
The text was updated successfully, but these errors were encountered:
please explain in a more detailed sentences and provide an example please
Sorry, something went wrong.
I want there to be a forward slash at the end of the link
https://exhentai.org/g/2331917/4a8774251c/
[exhentai] add slash to the end of gallery URLs (#2947)
94b34f4
It could not have been done with a config setting, so I did a small code change since the actual URLs on exh also end with a / (94b34f4).
/
I guess you could have written a small shell script that iterates over URLs end adds a / after them:
#!/bin/sh while read -r LINE; do echo "${LINE}/" done < <(gallery-dl -g "$URL")
No branches or pull requests
Can it be done with the config file and can someone help me please
The text was updated successfully, but these errors were encountered: