aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/asiancrush.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/asiancrush.py')
-rw-r--r--hypervideo_dl/extractor/asiancrush.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/asiancrush.py b/hypervideo_dl/extractor/asiancrush.py
index 75a6329..7f1940f 100644
--- a/hypervideo_dl/extractor/asiancrush.py
+++ b/hypervideo_dl/extractor/asiancrush.py
@@ -181,8 +181,7 @@ class AsianCrushPlaylistIE(AsianCrushBaseIE):
'title', default=None) or self._og_search_title(
webpage, default=None) or self._html_search_meta(
'twitter:title', webpage, 'title',
- default=None) or self._search_regex(
- r'<title>([^<]+)</title>', webpage, 'title', fatal=False)
+ default=None) or self._html_extract_title(webpage)
if title:
title = re.sub(r'\s*\|\s*.+?$', '', title)