Skip to content

Instantly share code, notes, and snippets.

@assafmo
Last active March 12, 2019 15:37
Show Gist options
  • Save assafmo/32604a44cbd566d16de98ab37397b7a8 to your computer and use it in GitHub Desktop.
Save assafmo/32604a44cbd566d16de98ab37397b7a8 to your computer and use it in GitHub Desktop.
reshet.tv page to mp4
#!/bin/bash
curl -s --compressed "$1" | grep -Po 'src":"http.+?.mp4"' | tr -d '\\' | awk -F '"' '{print $3}' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment