aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wong <eric@taedium.com>2015-06-15 09:50:39 -0700
committerSergey M․ <dstftw@gmail.com>2015-07-04 05:12:28 +0600
commit95506e37af27ee779dd667395f525e4a28455fc2 (patch)
treec237ff2923fb717617293aa78c3e7a7140a39138
parente41840c522fa09a08812c6e6724063f955426f21 (diff)
downloadyoutube-dl-95506e37af27ee779dd667395f525e4a28455fc2.tar.xz
[thisamericanlife] Remove unnecessary comment
-rw-r--r--youtube_dl/extractor/thisamericanlife.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/thisamericanlife.py b/youtube_dl/extractor/thisamericanlife.py
index 300884c1d..295523271 100644
--- a/youtube_dl/extractor/thisamericanlife.py
+++ b/youtube_dl/extractor/thisamericanlife.py
@@ -28,8 +28,6 @@ class ThisAmericanLifeIE(InfoExtractor):
video_id = self._match_id(url)
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 {
'id': video_id,
'title': self._html_search_regex(r'<meta property="twitter:title" content="(.*?)"', webpage, 'title'),