mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 16:17:18 +08:00
Fix for [yourporn]
This commit is contained in:
parent
d1850c1a97
commit
3680e213fb
@ -37,7 +37,7 @@ class YourPornIE(InfoExtractor):
|
||||
self._search_regex(
|
||||
r'data-vnfo=(["\'])(?P<data>{.+?})\1', webpage, 'data info',
|
||||
group='data'),
|
||||
video_id)[video_id]).replace('/cdn/', '/cdn5/')
|
||||
video_id)[video_id]).replace('/cdn/', '/cdn6/')
|
||||
|
||||
title = (self._search_regex(
|
||||
r'<[^>]+\bclass=["\']PostEditTA[^>]+>([^<]+)', webpage, 'title',
|
||||
|
Loading…
x
Reference in New Issue
Block a user