Skip to content
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

The URLs of the rules should be encoded before being used to better support non standard chars #19

Open
cristiingineru opened this issue Mar 9, 2023 · 0 comments

Comments

@cristiingineru
Copy link
Collaborator

Using URLs with non standard chars is a pain. For example:

{
   "url": "https://www\.domain\.com/%E0%B8%A3%E0%B8%B8%E0%B9%88%E0%B8%99%E0%B8%AD%E0%B8%B7%E0%B9%88%E0%B8%99%E0%B9%86"
}

The URLs should be encoded by the checker before trying to match the crawled URLs, this will enable writing cleaner rules like this:

{
   "url": "https://www\.domain\.com/รุ่นอื่นๆ"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant