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
.markdown()
Extract LLM-friendly markdown text from response.
Is your feature request related to a problem? Please describe. N/A
Describe the solution you'd like
from curl_cffi import requests r = requests.get("https://example.com/content-20240704.html") text = r.markdown()
Describe alternatives you've considered N/A
Additional context Dependeices should be optional, probably with pip install curl-cffi[extra]
pip install curl-cffi[extra]
The text was updated successfully, but these errors were encountered:
perklet
No branches or pull requests
Extract LLM-friendly markdown text from response.
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
Describe alternatives you've considered
N/A
Additional context
Dependeices should be optional, probably with
pip install curl-cffi[extra]
The text was updated successfully, but these errors were encountered: