]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/pornovoisines.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / pornovoisines.py
index 96d2da7c75e3b8e732a88e78bf6cae33e9fe50ab..2e51b4f6b25dfd513fa38be3cb68f5912e9e9f01 100644 (file)
@@ -7,6 +7,7 @@
 
 
 class PornoVoisinesIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://(?:www\.)?pornovoisines\.com/videos/show/(?P<id>\d+)/(?P<display_id>[^/.]+)'
 
     _TEST = {
@@ -55,7 +56,6 @@ def _real_extract(self, url):
                         'height': item.get('height'),
                         'bitrate': item.get('bitrate'),
                     })
-        self._sort_formats(formats)
 
         webpage = self._download_webpage(url, video_id)