parsel — Easy Playground
Scrapy's selector library standalone; CSS and XPath selectors on HTML/XML
Getting started with parselRun locally
Install
pip install parselPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: parsel)
parsel is a third-party package. Scrapy's selector library standalone; CSS and XPath selectors on HTML/XML. Install with: pip install parsel
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?