Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
2 deletions
-
youtube_dl/extractor/xxxymovies.py
|
@ -39,8 +39,8 @@ class XXXYMoviesIE(InfoExtractor): |
|
|
r"video_url\s*:\s*'([^']+)'", webpage, 'video URL') |
|
|
r"video_url\s*:\s*'([^']+)'", webpage, 'video URL') |
|
|
|
|
|
|
|
|
title = self._html_search_regex( |
|
|
title = self._html_search_regex( |
|
|
[r'<div class="block_header">\s*<h1>([^<]+)</h1>', |
|
|
|
|
|
r'<title>(.*?)\s*-\s*XXXYMovies\.com</title>'], |
|
|
|
|
|
|
|
|
[r'<div[^>]+\bclass="block_header"[^>]*>\s*<h1>([^<]+)<', |
|
|
|
|
|
r'<title>(.*?)\s*-\s*(?:XXXYMovies\.com|XXX\s+Movies)</title>'], |
|
|
webpage, 'title') |
|
|
webpage, 'title') |
|
|
|
|
|
|
|
|
thumbnail = self._search_regex( |
|
|
thumbnail = self._search_regex( |
|
|