1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 15:27:15 +08:00

Update yourporn.py

This commit is contained in:
xyssy 2019-06-30 16:53:45 -05:00 committed by GitHub
parent c560680247
commit 073d9199fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',