]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/pornflip.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / pornflip.py
index 26536bc65636c1d96e4589d5eaaabb4203363871..51a9cf38f73ffe03ef7217b2976b4fc5b38de1c6 100644 (file)
@@ -60,7 +60,6 @@ def _real_extract(self, url):
             r'class="btn btn-down-rating[^>]*>[^<]*<i[^>]*>[^<]*</i>[^>]*<span[^>]*>[^0-9]*([0-9]+)[^<0-9]*<', webpage, 'dislike_count', fatal=False)
         mpd_url = self._search_regex(r'"([^"]+userscontent.net/dash/[0-9]+/manifest.mpd[^"]*)"', webpage, 'mpd_url').replace('&amp;', '&')
         formats = self._extract_mpd_formats(mpd_url, video_id, mpd_id='dash')
-        self._sort_formats(formats)
 
         return {
             'age_limit': 18,