Bläddra i källkod

[thisamericanlife] Remove unnecessary comment

Eric Wong 10 år sedan
förälder
incheckning
95506e37af
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      youtube_dl/extractor/thisamericanlife.py

+ 0 - 2
youtube_dl/extractor/thisamericanlife.py

@@ -28,8 +28,6 @@ class ThisAmericanLifeIE(InfoExtractor):
         video_id = self._match_id(url)
         video_id = self._match_id(url)
         webpage = self._download_webpage(url, video_id)
         webpage = self._download_webpage(url, video_id)
 
 
-        # TODO check to see if there's a free mp3. if so, download that, otherwise get the m3u8 stream.
-
         return {
         return {
             'id': video_id,
             'id': video_id,
             'title': self._html_search_regex(r'<meta property="twitter:title" content="(.*?)"', webpage, 'title'),
             'title': self._html_search_regex(r'<meta property="twitter:title" content="(.*?)"', webpage, 'title'),