projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
211fd6c
)
cleanup
author
Georg Jaehnig
<georg@jaehnig.org>
Fri, 30 May 2014 14:39:24 +0000
(16:39 +0200)
committer
Georg Jaehnig
<georg@jaehnig.org>
Fri, 30 May 2014 14:39:24 +0000
(16:39 +0200)
youtube_dl/extractor/spiegeltv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/spiegeltv.py
b/youtube_dl/extractor/spiegeltv.py
index acb85ee64f0ec60cb618c0920886aec43cc39a37..e8f49bc52aad1da75bd05811339f426d5970159f 100644
(file)
--- a/
youtube_dl/extractor/spiegeltv.py
+++ b/
youtube_dl/extractor/spiegeltv.py
@@
-23,7
+23,6
@@
class SpiegeltvIE(InfoExtractor):
mobj = re.match(self._VALID_URL, url)
video_id = mobj.group('id')
- # TODO more code goes here, for example ...
webpage = self._download_webpage(url, video_id)
title = self._html_search_regex(r'<h1.*?>(.*?)</h1>', webpage, 'title')