Skip to content

Instantly share code, notes, and snippets.

@johnholbrook
Last active October 5, 2020 13:26
Show Gist options
  • Select an option

  • Save johnholbrook/589df4d31323e49e6365889747140ce5 to your computer and use it in GitHub Desktop.

Select an option

Save johnholbrook/589df4d31323e49e6365889747140ce5 to your computer and use it in GitHub Desktop.
Alert when livestream appears to go down
youtube-dl -o /dev/null $1 | python ytdl-filter.py
afplay alarm.mp3
say "stream appears to have ended"
import sys
for line in sys.stdin:
print("line")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment