Skip to content

Instantly share code, notes, and snippets.

@Korni22
Last active January 27, 2017 23:35
Show Gist options
  • Save Korni22/4c217e574166c078aa783eadd992a389 to your computer and use it in GitHub Desktop.
Save Korni22/4c217e574166c078aa783eadd992a389 to your computer and use it in GitHub Desktop.
This script loads the latest episode of the NEO MAGAZIN ROYALE
#!/bin/bash
curl -fsSL http://www.zdf.de/rss/podcast/video/zdf/comedy/neo-magazin-mit-jan-boehmermann | pcregrep -o1 -i '<link>([^<]+NEO-MAGAZIN-ROYALE-vom-[^<]+)<\/link>' | xargs -n1 youtube-dl -c -o "%(title)s.%(ext)s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment