diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-22 17:17:55 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-22 17:18:03 +0100 |
commit | ab009f59ef4a4e2a4842d37212b2e57466d9f22e (patch) | |
tree | f52e713acd6762e713e50405359bb4d942446452 /youtube_dl/extractor/toutv.py | |
parent | 0980426559741bb9a8b2ea39b581073cf2738f5a (diff) |
[toutv] Fix a typo
Diffstat (limited to 'youtube_dl/extractor/toutv.py')
-rw-r--r-- | youtube_dl/extractor/toutv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/toutv.py b/youtube_dl/extractor/toutv.py index 732083617..2f728d3dc 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') |