fix now-obfuscated CDN URL
This commit is contained in:
parent
183417a50f
commit
76e646da8a
@ -28,6 +28,8 @@ class YourPornIE(InfoExtractor):
|
|||||||
group='data'),
|
group='data'),
|
||||||
video_id)[video_id])
|
video_id)[video_id])
|
||||||
|
|
||||||
|
video_url = video_url.replace('/cdn', '/cdn2')
|
||||||
|
|
||||||
title = (self._search_regex(
|
title = (self._search_regex(
|
||||||
r'<[^>]+\bclass=["\']PostEditTA[^>]+>([^<]+)', webpage, 'title',
|
r'<[^>]+\bclass=["\']PostEditTA[^>]+>([^<]+)', webpage, 'title',
|
||||||
default=None) or self._og_search_description(webpage)).strip()
|
default=None) or self._og_search_description(webpage)).strip()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user