Georg Jaehnig %!s(int64=11) %!d(string=hai) anos
pai
achega
4ffeca4ea2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      youtube_dl/extractor/spiegeltv.py

+ 0 - 1
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')