mirror of
https://github.com/ericchiang/pup
synced 2025-01-15 10:11:16 +00:00
Update README.md. Use curl -s to be quiet
This commit is contained in:
parent
10f5586835
commit
d910b5275a
@ -22,13 +22,13 @@ Or if you can run `go get` to download via git.
|
||||
## Quick start
|
||||
|
||||
```bash
|
||||
$ curl http://www.pro-football-reference.com/years/2013/games.htm
|
||||
$ curl -s http://www.pro-football-reference.com/years/2013/games.htm
|
||||
```
|
||||
|
||||
Ew, HTML. Let's run that through some pup selectors:
|
||||
|
||||
```bash
|
||||
$ curl http://www.pro-football-reference.com/years/2013/games.htm | \
|
||||
$ curl -s http://www.pro-football-reference.com/years/2013/games.htm | \
|
||||
pup table#games 'a[href*=boxscores]' attr{href}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user