Last active
June 17, 2018 15:41
-
-
Save thbkrkr/96aed356333c1cf67cee8a2eb870c413 to your computer and use it in GitHub Desktop.
List Burger Quiz episodes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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