We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use pup to parse multiple types of selectors, like
curl URL | pup 'h1,h2,h3'
it lists all the h1 elements, followed by all the h2s and h3s.
h1
h2
h3
Is there a way to keep the initial ordering of the elements as they appear in the HTML?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use pup to parse multiple types of selectors, like
it lists all the
h1
elements, followed by all theh2
s andh3
s.Is there a way to keep the initial ordering of the elements as they appear in the HTML?
The text was updated successfully, but these errors were encountered: