-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot download images when the tag has ampersand and semicolon #13
Comments
Use CGI.encode for parameters. Fixes #13.
@dyskette thank you for reporting this! Should be fixed now. The problem was related to usage of ruby's |
Right, thank you. The escaping is fixed, and now those tags work. However, now it just takes one tag. If I put 2 or more, it prints the tags in the terminal, creates the folder (with bbs file inside) and exits. |
Oh shi~ So I should escape everything except |
Fixed in #16. |
Confirmed, it works OK now. Thanks. |
Examples:
These create a folder with the tag, the file
files.bbs
inside, and exits.The text was updated successfully, but these errors were encountered: