diff options
author | Christopher Neugebauer <chrisjrn@gmail.com> | 2012-11-27 21:51:30 +1100 |
---|---|---|
committer | Christopher Neugebauer <chrisjrn@gmail.com> | 2012-11-27 21:51:30 +1100 |
commit | 89af8e9d32f550bdf00da9eab3288ad1e104d3b3 (patch) | |
tree | 21394ccd33c7cb8f66307aa8fa1f6e0b69ba1cb8 | |
parent | 36a9c0b5ffa857baeb8a97651ec223bd4b0d1a6d (diff) |
Removes extraneous debug message.
-rw-r--r-- | youtube_dl/InfoExtractors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index fbdc14e7e..3cdce3b25 100644 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -2365,7 +2365,6 @@ class ComedyCentralIE(InfoExtractor): # break on current RTMPDump builds - print "HELLO, WORLD!", video_url broken_cdn = "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/" better_cdn = "rtmpe://cp10740.edgefcs.net/ondemand/mtvnorigin/gsp.comedystor/" |