aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/vgtv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/vgtv.py')
-rw-r--r--yt_dlp/extractor/vgtv.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/vgtv.py b/yt_dlp/extractor/vgtv.py
index b637afddf..db338fa10 100644
--- a/yt_dlp/extractor/vgtv.py
+++ b/yt_dlp/extractor/vgtv.py
@@ -238,8 +238,6 @@ class VGTVIE(XstreamIE): # XXX: Do not subclass from concrete IE
raise self.raise_geo_restricted(
countries=[host.rpartition('.')[-1].partition('/')[0].upper()])
- self._sort_formats(info['formats'])
-
info.update({
'id': video_id,
'title': data['title'],