Skip to content

Instantly share code, notes, and snippets.

@arthurpizza
Created February 4, 2016 20:55
Show Gist options
  • Save arthurpizza/14fb55499322f33b7fad to your computer and use it in GitHub Desktop.
Save arthurpizza/14fb55499322f33b7fad to your computer and use it in GitHub Desktop.
Comedy Central Streaming
#! /bin/sh
mpv $(youtube-dl -g http://www.cc.com/shows/the-daily-show-with-trevor-noah/full-episodes)
#! /bin/sh
mpv $(youtube-dl -g http://www.cc.com/shows/-midnight/full-episodes)
#! /bin/sh
mpv $(youtube-dl -g http://www.cc.com/shows/the-nightly-show/full-episodes)
@arthurpizza
Copy link
Author

Comedy Central Show Downloader

I love me some Daily Show and Nightly show but I hate using a whole browser (and sometimes flash) just to watch a show. This will always play the newest episode. I've tested this on Linux and OS X.

Dependancies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment