2
0
Эх сурвалжийг харах

[yourporn] Fix extraction

v-delta 6 жил өмнө
parent
commit
1d803085d7

+ 1 - 1
youtube_dl/extractor/yourporn.py

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