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
Is there a way to speed up the parsing part? i.e. name = r.html.find('h1', first=True).text
The text was updated successfully, but these errors were encountered:
Is it slow in any way?
Sorry, something went wrong.
Closing this now as per #533, if this is still an issue feel free to re-open the issue and please provide more information.
No branches or pull requests
Is there a way to speed up the parsing part?
i.e. name = r.html.find('h1', first=True).text
The text was updated successfully, but these errors were encountered: