aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/playvid.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/playvid.py')
-rw-r--r--hypervideo_dl/extractor/playvid.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/playvid.py b/hypervideo_dl/extractor/playvid.py
index 4aef186..e1c406b 100644
--- a/hypervideo_dl/extractor/playvid.py
+++ b/hypervideo_dl/extractor/playvid.py
@@ -85,8 +85,7 @@ class PlayvidIE(InfoExtractor):
# Extract title - should be in the flashvars; if not, look elsewhere
if video_title is None:
- video_title = self._html_search_regex(
- r'<title>(.*?)</title', webpage, 'title')
+ video_title = self._html_extract_title(webpage)
return {
'id': video_id,