aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/hellporno.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/hellporno.py')
-rw-r--r--hypervideo_dl/extractor/hellporno.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/hellporno.py b/hypervideo_dl/extractor/hellporno.py
index fae4251..92d32cd 100644
--- a/hypervideo_dl/extractor/hellporno.py
+++ b/hypervideo_dl/extractor/hellporno.py
@@ -38,8 +38,7 @@ class HellPornoIE(InfoExtractor):
webpage = self._download_webpage(url, display_id)
- title = remove_end(self._html_search_regex(
- r'<title>([^<]+)</title>', webpage, 'title'), ' - Hell Porno')
+ title = remove_end(self._html_extract_title(webpage), ' - Hell Porno')
info = self._parse_html5_media_entries(url, webpage, display_id)[0]
self._sort_formats(info['formats'])