aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/youjizz.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/youjizz.py')
-rw-r--r--hypervideo_dl/extractor/youjizz.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/youjizz.py b/hypervideo_dl/extractor/youjizz.py
index 5f5fbf2..111623f 100644
--- a/hypervideo_dl/extractor/youjizz.py
+++ b/hypervideo_dl/extractor/youjizz.py
@@ -36,8 +36,7 @@ class YouJizzIE(InfoExtractor):
webpage = self._download_webpage(url, video_id)
- title = self._html_search_regex(
- r'<title>(.+?)</title>', webpage, 'title')
+ title = self._html_extract_title(webpage)
formats = []