Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML support #440

Open
agrrh opened this issue Oct 26, 2024 · 2 comments
Open

HTML support #440

agrrh opened this issue Oct 26, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@agrrh
Copy link

agrrh commented Oct 26, 2024

Is your feature request related to a problem? Please describe.

It would be really handy to extract data from HTML with same tool, we use for JSON, YAML, etc.

Describe the solution you'd like

Being able to do:

curl https://example.org | dasel -r html 'html.head.title'

Describe alternatives you've considered

Using number of separate utils

Additional context

Nope
Thanks for great tool! ❤️

@agrrh agrrh added the enhancement New feature or request label Oct 26, 2024
@TomWright
Copy link
Owner

This should in theory work with XML. I'm revisiting the parsers in V3 and will see if it needs any additional work

@TomWright
Copy link
Owner

I've deleted the comment above because of safety concerns. It contained a phishing/malicious link.

Repository owner deleted a comment Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@TomWright @agrrh and others