RamanMalykhin / pyrsspipe

Simple and extendable CLI utility for building RSS feeds
Apache License 2.0
0 stars 0 forks source link

Support for XPath input module #6

Closed RamanMalykhin closed 1 month ago

RamanMalykhin commented 1 month ago

Need to be able to support Xpath scraping. beautiful soup can be used as the main dependency. Following inputs to be expected from the config:

Feed_data is outputted to pass validation.py

RamanMalykhin commented 1 month ago

Nope, not bsoup: no Xpath support. Use lxml instead.