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:
commit
1086c694ca
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user