-
-
Notifications
You must be signed in to change notification settings - Fork 770
Open
Description
On the website when the correct command is:
curl "https://en.wikipedia.org/wiki/List_of_windmills_in_the_Netherlands" |
trim
And on the same page
| curl -s "https://en.wikipedia.org/wiki/List_of_windmills_in_Friesland" | |
when the correct command is
curl -s "https://en.wikipedia.org/wiki/List_of_windmills_in_Friesland" | pup -n 'table.wikitable tr'
Metadata
Metadata
Assignees
Labels
No labels

