From ab009f59ef4a4e2a4842d37212b2e57466d9f22e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 22 Nov 2013 17:17:55 +0100 Subject: [toutv] Fix a typo --- youtube_dl/extractor/toutv.py | 1 - 1 file changed, 1 deletion(-) (limited to 'youtube_dl/extractor/toutv.py') diff --git a/youtube_dl/extractor/toutv.py b/youtube_dl/extractor/toutv.py index 7320836..2f728d3 100644 --- a/youtube_dl/extractor/toutv.py +++ b/youtube_dl/extractor/toutv.py @@ -39,7 +39,6 @@ class TouTvIE(InfoExtractor): mediaId = self._search_regex( r'"idMedia":\s*"([^"]+)"', webpage, u'media ID') - # TODO test from de streams_url = u'http://release.theplatform.com/content.select?pid=' + mediaId streams_webpage = self._download_webpage( streams_url, video_id, note=u'Downloading stream list') -- cgit v1.1