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
Some ODs contain foreign characters that are considered invalid by curl. We should be able to urlencode them somehow.
f.e. http://www.gigglyhome.com/movie/모던패밀리1/
http://www.gigglyhome.com/movie/모던패밀리1/
The text was updated successfully, but these errors were encountered:
This is tricky. We could encode them, for sure. It's built right into JS, and maybe even Rust.
But I have a suspicion that there will be servers who won't accept the encoded characters for some reason.
We should try it out and monitor, if there are any issues...
Sorry, something went wrong.
No branches or pull requests
Some ODs contain foreign characters that are considered invalid by curl. We should be able to urlencode them somehow.
f.e.
http://www.gigglyhome.com/movie/모던패밀리1/
The text was updated successfully, but these errors were encountered: