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
Please consider adding support for the <relative-time> element.
The relative-time element exists in this repo's latest release page:
relative-time
$ curl -sL 'https://github.com/ericchiang/pup/releases/latest' | grep -A2 '<relative-time' # <relative-time class="no-wrap" prefix="" datetime="2016-07-23T04:49:49Z"> # 23 Jul 04:49 # </relative-time>
However, specifying the relative-time element as a selector yields no output:
$ curl -sL 'https://github.com/ericchiang/pup/releases/latest' | pup 'relative-time' # [null output]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ask
Please consider adding support for the <relative-time> element.
Example
The
relative-time
element exists in this repo's latest release page:However, specifying the
relative-time
element as a selector yields no output:Thank you for your consideration and...
A big thank you to all contributors, I very much appreciate this tool!
The text was updated successfully, but these errors were encountered: