diff --git a/youtube_dl/extractor/ted.py b/youtube_dl/extractor/ted.py index 5b24716d99..abe1c34d3e 100644 --- a/youtube_dl/extractor/ted.py +++ b/youtube_dl/extractor/ted.py @@ -178,7 +178,10 @@ def _watch_info(self, url, name): title = self._html_search_regex( r"(?s)
About this talk:\s+(.*?)
', + ], webpage, 'description', fatal=False) return {