[yourporn] Fix extraction (#21585)

This commit is contained in:
xyssy 2019-07-01 12:05:51 -05:00 committed by Sergey M
parent 976e1ff7f9
commit 4e2491f066
1 changed files with 1 additions and 1 deletions

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/', '/cdn4/')
video_id)[video_id]).replace('/cdn/', '/cdn5/')
title = (self._search_regex(
r'<[^>]+\bclass=["\']PostEditTA[^>]+>([^<]+)', webpage, 'title',