commit: 4e2491f066f81ee9e941c48a910982ec6ac286b5
parent 976e1ff7f9be76588f5e6d4a569a49694072e08b
Author: xyssy <52385286+xyssy@users.noreply.github.com>
Date: Mon, 1 Jul 2019 12:05:51 -0500
[yourporn] Fix extraction (#21585)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/yourporn.py b/youtube_dl/extractor/yourporn.py
@@ -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/', '/cdn4/')
+ video_id)[video_id]).replace('/cdn/', '/cdn5/')
title = (self._search_regex(
r'<[^>]+\bclass=["\']PostEditTA[^>]+>([^<]+)', webpage, 'title',