projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e41840c
)
[thisamericanlife] Remove unnecessary comment
author
Eric Wong
<eric@taedium.com>
Mon, 15 Jun 2015 16:50:39 +0000
(09:50 -0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 3 Jul 2015 23:12:28 +0000
(
05:12
+0600)
youtube_dl/extractor/thisamericanlife.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/thisamericanlife.py
b/youtube_dl/extractor/thisamericanlife.py
index 300884c1deb48b23087906bc1b1905df09eda680..295523271a05f458a3adfa0840bf9d44df981eb0 100644
(file)
--- 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'),