1
0
mirror of https://github.com/ericchiang/pup synced 2024-11-24 08:58:08 +00:00

Merge pull request #3 from Habbie/patch-1

Quote possible shell wildcard
This commit is contained in:
Eric Chiang 2014-09-14 10:17:40 -04:00
commit 1086c694ca

View File

@ -24,7 +24,7 @@ Ew, HTML. Let's run that through some pup selectors:
```bash ```bash
$ curl http://www.pro-football-reference.com/years/2013/games.htm | \ $ curl http://www.pro-football-reference.com/years/2013/games.htm | \
pup table#games a[href*=boxscores] attr{href} pup table#games 'a[href*=boxscores]' attr{href}
``` ```
## Basic Usage ## Basic Usage