Comparison with Scrapy #75
Answered
by
rushter
AhmedThahir
asked this question in
Q&A
-
How does selectolax compare with Scrapy with regards to performance of HTML parsing? |
Beta Was this translation helpful? Give feedback.
Answered by
rushter
Dec 4, 2022
Replies: 2 comments 1 reply
-
Internally, Scrapy uses lxml. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rushter
-
Since selectolax is faster than lxml, is there a way to use selectolax with scrapy? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Internally, Scrapy uses lxml.