1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-08 07:23:33 +08:00

Fix video_url in yourporn (closes #18424)

This commit is contained in:
v-delta
2018-12-06 09:26:52 +01:00
Unverified
parent 8bb0c9cc16
commit 423f9ef7c6
+1 -1
View File
@@ -26,7 +26,7 @@ class YourPornIE(InfoExtractor):
self._search_regex(
r'data-vnfo=(["\'])(?P<data>{.+?})\1', webpage, 'data info',
group='data'),
video_id)[video_id])
video_id)[video_id]).replace('/cdn/', '/cdn2/')
title = (self._search_regex(
r'<[^>]+\bclass=["\']PostEditTA[^>]+>([^<]+)', webpage, 'title',