aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/infoq.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/infoq.py')
-rw-r--r--hypervideo_dl/extractor/infoq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/infoq.py b/hypervideo_dl/extractor/infoq.py
index 0a70a1f..347cc51 100644
--- a/hypervideo_dl/extractor/infoq.py
+++ b/hypervideo_dl/extractor/infoq.py
@@ -115,7 +115,7 @@ class InfoQIE(BokeCCBaseIE):
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)
- video_title = self._html_search_regex(r'<title>(.*?)</title>', webpage, 'title')
+ video_title = self._html_extract_title(webpage)
video_description = self._html_search_meta('description', webpage, 'description')
if '/cn/' in url: