aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/tv4.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/tv4.py')
-rw-r--r--yt_dlp/extractor/tv4.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/tv4.py b/yt_dlp/extractor/tv4.py
index e8cdd5c8c..1378a6f57 100644
--- a/yt_dlp/extractor/tv4.py
+++ b/yt_dlp/extractor/tv4.py
@@ -119,8 +119,6 @@ class TV4IE(InfoExtractor):
if not formats and info.get('is_geo_restricted'):
self.raise_geo_restricted(countries=self._GEO_COUNTRIES, metadata_available=True)
- self._sort_formats(formats)
-
return {
'id': video_id,
'title': title,