diff --git a/youtube_dl/extractor/porn91.py b/youtube_dl/extractor/porn91.py index 20eac647a..638456135 100644 --- a/youtube_dl/extractor/porn91.py +++ b/youtube_dl/extractor/porn91.py @@ -36,8 +36,8 @@ class Porn91IE(InfoExtractor): raise ExtractorError('91 Porn says: Daily limit 10 videos exceeded', expected=True) title = self._search_regex( - r'
([^<]+)
', webpage, 'title') - title = title.replace('\n', '') + r'

]+>([^<]+)

', webpage, 'title') + title = title.strip() video_link_url = self._search_regex( r']+id=["\']fm-video_link[^>]+>([^<]+)',