[toutv] Fix a typo
This commit is contained in:
parent
0980426559
commit
ab009f59ef
2 changed files with 1 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue