projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4932a81
)
[rtl2] Remove an unused line
author
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 21 Aug 2015 05:04:25 +0000
(13:04 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 21 Aug 2015 05:04:25 +0000
(13:04 +0800)
youtube_dl/extractor/rtl2.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rtl2.py
b/youtube_dl/extractor/rtl2.py
index e9589449e007946e3cd46e4e95aefcb15d35cebd..9e0c6890eee800f890b070c2236a72a175e8d327 100644
(file)
--- a/
youtube_dl/extractor/rtl2.py
+++ b/
youtube_dl/extractor/rtl2.py
@@
-43,7
+43,6
@@
class RTL2IE(InfoExtractor):
vivi_id = self._html_search_regex(
r'vivi_id\s*:\s*([0-9]+)', webpage, 'vivi_id')
info_url = 'http://www.rtl2.de/video/php/get_video.php?vico_id=' + vico_id + '&vivi_id=' + vivi_id
- webpage = self._download_webpage(info_url, '')
info = self._download_json(info_url, video_id)
video_info = info['video']