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
Hi, related with andaluh-py issue, I bring this benahviour:
from urllib.parse import urlencode import requests content = """Hola esto es una URL: https://twitter.com/OficinaEspanol Respetala porfa""" encoded_url_params = urlencode({"spanish": content, "escapeLinks": True}) response = requests.get(f"https://api.andaluh.es/epa?{encoded_url_params}") response.json() Out[7]: {'spanish': 'Hola esto es una URL: https://twitter.com/OficinaEspanol Respetala porfa', 'andaluh': 'Ola êtto êh una ÛL-L: https://twitter.com/OfiçinaÊppanôh Rêppetala porfa', 'rules': {'vaf': 'ç', 'vvf': 'h', 'escapeLinks': True}}
I used escapeLinks option but URL is transcripted, I'm using it in the right way?
escapeLinks
The text was updated successfully, but these errors were encountered:
fontanon
No branches or pull requests
Hi, related with andaluh-py issue, I bring this benahviour:
I used
escapeLinks
option but URL is transcripted, I'm using it in the right way?The text was updated successfully, but these errors were encountered: