Created
February 4, 2016 20:55
-
-
Save arthurpizza/14fb55499322f33b7fad to your computer and use it in GitHub Desktop.
Comedy Central Streaming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
mpv $(youtube-dl -g http://www.cc.com/shows/the-daily-show-with-trevor-noah/full-episodes) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
mpv $(youtube-dl -g http://www.cc.com/shows/-midnight/full-episodes) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
mpv $(youtube-dl -g http://www.cc.com/shows/the-nightly-show/full-episodes) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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