-
Notifications
You must be signed in to change notification settings - Fork 255
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
attr{attrkey} is not working #6
Comments
What version of linux are you using? This works fine for me: |
Thanks for quick response. This is the result of uname -a This is the result of lsb_release -a |
Ran my Dockerfile with Don't know what other advice I can offer but I'd mess with pup a little more and see if you can get other examples to break. If you can give me something more to work with I'd be happy to take a look at it. |
Do you have a file in that directory called attrhref? Your shell could be |
Having a file doesn't effect the output: Try using |
Hi, Thanks for your help. |
👍 awesome |
I try your example.
curl http://www.pro-football-reference.com/years/2013/games.htm | pup table#games 'a[href_=boxscores]'
It gives me a result.
However, if I use curl http://www.pro-football-reference.com/years/2013/games.htm | pup table#games 'a[href_=boxscores]' attr{href}, it returns empty.
I use https://github.com/EricChiang/pup/releases/download/0.1.1/pup_linux_386 to execute it.
Thanks
The text was updated successfully, but these errors were encountered: