1
0
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:
JChris246 2019-07-05 12:37:03 -04:00
parent d1850c1a97
commit 3680e213fb

View File

@ -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',