aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/infoq.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/infoq.py')
-rw-r--r--yt_dlp/extractor/infoq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/infoq.py b/yt_dlp/extractor/infoq.py
index 0a70a1fb4..347cc5154 100644
--- a/yt_dlp/extractor/infoq.py
+++ b/yt_dlp/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: