Skip to content

Instantly share code, notes, and snippets.

@thbkrkr
Last active June 17, 2018 15:41
Show Gist options
  • Save thbkrkr/96aed356333c1cf67cee8a2eb870c413 to your computer and use it in GitHub Desktop.
Save thbkrkr/96aed356333c1cf67cee8a2eb870c413 to your computer and use it in GitHub Desktop.
List Burger Quiz episodes
#!/bin/sh -e
curl -s 'http://www.topreplay.tv/index.php?do=search' \
-d 'do=search&subaction=search&search_start=0&full_search=0&result_from=1&story=burger+quiz' \
| pup 'div.img-short-title a attr{href}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment