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