Created
January 4, 2023 12:40
-
-
Save luisnquin/710e298b0a073eb7a1421411369d629a to your computer and use it in GitHub Desktop.
Bash script to get the current billboard of cinerama in your city
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
# You can extract your own 'city' value from 'http://www.cinerama.com.pe/cines' | |
curl --silent http://www.cinerama.com.pe/cartelera_cine/{city} | htmlq --text .row .container .card .card-header | sed 's/.*/\L&/; s/[a-z]*/\u&/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
However, see this