mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 15:33:16 +00:00
[thisamericanlife] Remove unnecessary comment
This commit is contained in:
parent
e41840c522
commit
95506e37af
|
@ -28,8 +28,6 @@ def _real_extract(self, url):
|
|||
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'),
|
||||
|
|
Loading…
Reference in a new issue