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
Hey @diegocr I have noticed that amazon has URL encode the special character in their URLs, so CL can no more detected the specify pattern.
E.g.:
https://www.amazon.de.../B00DJU01E8%3FSubscriptionId%3DAKIAILSHYYTFIVPWUY6Q%26tag%3Dduc02-21%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB00DJU01E8
befor:
https://www.amazon.de.../B00DJU01E8?SubscriptionId=AKIAILSHYYTFIVPWUY6Q&tag=duc02-21&linkCode=xm2&camp=2025&creative=165953&6creativeASIN=B00DJU01E8
Is it possible to edit CL to detect URL encoded character?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey @diegocr
I have noticed that amazon has URL encode the special character in their URLs, so CL can no more detected the specify pattern.
E.g.:
befor:
Is it possible to edit CL to detect URL encoded character?
The text was updated successfully, but these errors were encountered: