Fix extractor for yourporn.sexy (Closes #18815)

This commit is contained in:
v-delta 2019-01-14 13:10:36 +01:00
parent 6d2c1c2068
commit 9dd0ce3b40

View File

@ -27,7 +27,7 @@ class YourPornIE(InfoExtractor):
self._search_regex(
r'data-vnfo=(["\'])(?P<data>{.+?})\1', webpage, 'data info',
group='data'),
video_id)[video_id]).replace('/cdn/', '/cdn3/')
video_id)[video_id]).replace('/cdn/', '/cdn4/')
title = (self._search_regex(
r'<[^>]+\bclass=["\']PostEditTA[^>]+>([^<]+)', webpage, 'title',