1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-23 18:31:17 +08:00

Fix for [yourporn]

This commit is contained in:
JChris246
2019-07-05 12:37:03 -04:00
Unverified
parent d1850c1a97
commit 3680e213fb
+1 -1
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',