mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
update
This commit is contained in:
parent
8c86fd33dc
commit
12b9543226
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Porn91IE(InfoExtractor):
|
|||
raise ExtractorError('91 Porn says: Daily limit 10 videos exceeded', expected=True)
|
||||
|
||||
title = self._search_regex(
|
||||
r'<div id="viewvideo-title">([^<]+)</div>', webpage, 'title')
|
||||
r'<title>([^<]+)</title>', webpage, 'title')
|
||||
title = title.replace('\n', '')
|
||||
|
||||
video_link_url = self._search_regex(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue