]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/manoto.py
[ie/TrtWorld] Add extractor (#8701)
[yt-dlp.git] / yt_dlp / extractor / manoto.py
index dc8653f5d590fc9fa95f59b3b217284375e82a26..2792e6e7078a74e5c728b2f0ad82b7b22e0b7c60 100644 (file)
@@ -54,7 +54,6 @@ def _real_extract(self, url):
         episode_json = self._download_json(_API_URL.format('showmodule', 'episodedetails', video_id), video_id)
         details = episode_json.get('details', {})
         formats = self._extract_m3u8_formats(details.get('videoM3u8Url'), video_id, 'mp4')
-        self._sort_formats(formats)
         return {
             'id': video_id,
             'series': details.get('showTitle'),
@@ -126,7 +125,6 @@ def _real_extract(self, url):
         details = json.get('details', {})
         video_url = details.get('liveUrl')
         formats = self._extract_m3u8_formats(video_url, video_id, 'mp4', live=True)
-        self._sort_formats(formats)
         return {
             'id': video_id,
             'title': 'Manoto TV Live',