cleanup
authorGeorg Jaehnig <georg@jaehnig.org>
Fri, 30 May 2014 14:39:24 +0000 (16:39 +0200)
committerGeorg Jaehnig <georg@jaehnig.org>
Fri, 30 May 2014 14:39:24 +0000 (16:39 +0200)
youtube_dl/extractor/spiegeltv.py

index acb85ee64f0ec60cb618c0920886aec43cc39a37..e8f49bc52aad1da75bd05811339f426d5970159f 100644 (file)
@@ -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')