aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-09 08:14:01 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-09 08:14:01 +0200
commitd793aebaed09f9ec19e5b7d07e8e3063545e9a72 (patch)
treea9115ade501cf72167d3d2c19516ecbfbfdb5a48
parent5991ddfd7adf7a45f8637b313bad881b646891ea (diff)
downloadyoutube-dl-d793aebaed09f9ec19e5b7d07e8e3063545e9a72.tar.xz
comedycentral: 1 seems to be the constant correct offset
-rwxr-xr-xyoutube-dl6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube-dl b/youtube-dl
index 017a4610c..1b2ccae2f 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -15,7 +15,7 @@ __author__ = (
)
__license__ = 'Public Domain'
-__version__ = '2011.09.06-phihag'
+__version__ = '2011.09.09-phihag'
UPDATE_URL = 'https://raw.github.com/phihag/youtube-dl/master/youtube-dl'
@@ -3084,9 +3084,9 @@ class ComedyCentralIE(InfoExtractor):
'colbertnation.com': 3,
}.get(show_id, 4)
OFFSET = {
- 'thedailyshow.com': -ACT_COUNT,
+ 'thedailyshow.com': 1,
'colbertnation.com': 1,
- }.get(show_id, -ACT_COUNT)
+ }.get(show_id, 1)
first_player_url = mMovieParams[0][0]
startMediaNum = int(mMovieParams[0][3]) + OFFSET