[yourporn] Fix extraction (#21585)
authorxyssy <52385286+xyssy@users.noreply.github.com>
Mon, 1 Jul 2019 17:05:51 +0000 (12:05 -0500)
committerSergey M <dstftw@gmail.com>
Mon, 1 Jul 2019 17:05:51 +0000 (00:05 +0700)
youtube_dl/extractor/yourporn.py

index b1d1eb6b6c62590953d9a9f57870cf3c2e16d43c..8a2d5f63bdb929edd310c250b9242bd2ed409208 100644 (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',