Skip to content

Instantly share code, notes, and snippets.

@arthurpizza
Created February 4, 2016 20:55
Show Gist options
  • Select an option

  • Save arthurpizza/14fb55499322f33b7fad to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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