selectorlib
selectorlib copied to clipboard
A library to read a YML file with Xpath or CSS Selectors and extract data from HTML pages using them
xpath_alias allows you to pick another field if the main xpath was None type, and re adds sample regex commands.
I made a yaml file through your browser plugin. In the preview of the browser plugin it shows the correct data, however when used with Scrapy it returns something else....
I stumbled upon the SelectorLib and saw you were a contributor so I am reaching out in hope you can help me. I am having a very hard time getting...
* selectorlib version: 0.16.0 * Python version: 3.10.5 * Operating System: macOS 13.0.1 (Apple M1 chip) ### Description >>> import selectorlib >>> from selectorlib import Extractor Traceback (most recent call...
* selectorlib version: 0.16.0 * Python version: 3.8.10 * Operating System: Ubuntu 20.04.5 LTS ### Description Specifying a "type" in YAML other than Text, Link, HTML, Attribute or Image (even...
Since the last commit was in 2020, and I see a couple of open PRs, I'm curious if this project is still maintained.