wezm / rsspls

Generate RSS feeds from websites
https://rsspls.7bit.org/
Apache License 2.0
302 stars 10 forks source link

[feature request] XPATH selector support #59

Closed s04 closed 2 months ago

s04 commented 2 months ago

Would love XPATH support :)

wezm commented 2 months ago

I can see how this might be more convenient in some scenarios but I feel it would over complicate things. There would now be two ways to select elements and there would need to be some way to know which the configuration was using. Additionally it would require adding one or more new dependency to handle this as the current library I use (kuchiki) for parsing HTML and selecting elements only supports CSS selectors.