aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/meipai.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/meipai.py')
-rw-r--r--yt_dlp/extractor/meipai.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/yt_dlp/extractor/meipai.py b/yt_dlp/extractor/meipai.py
index 95b6dfe52..1a6f3cd74 100644
--- a/yt_dlp/extractor/meipai.py
+++ b/yt_dlp/extractor/meipai.py
@@ -48,9 +48,7 @@ class MeipaiIE(InfoExtractor):
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)
- title = self._og_search_title(
- webpage, default=None) or self._html_search_regex(
- r'<title[^>]*>([^<]+)</title>', webpage, 'title')
+ title = self._generic_title('', webpage)
formats = []