1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-08 00:04:47 +08:00

[thisamericanlife] Remove unnecessary comment

This commit is contained in:
Eric Wong
2015-06-15 09:50:39 -07:00
Unverified
parent 733a559da5
commit 04512df664
-2
View File
@@ -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'),