aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/zhihu.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/zhihu.py')
-rw-r--r--yt_dlp/extractor/zhihu.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/zhihu.py b/yt_dlp/extractor/zhihu.py
index d8d259dd6..c24b33874 100644
--- a/yt_dlp/extractor/zhihu.py
+++ b/yt_dlp/extractor/zhihu.py
@@ -45,7 +45,6 @@ class ZhihuIE(InfoExtractor):
'url': play_url,
'width': int_or_none(q.get('width')),
})
- self._sort_formats(formats)
author = zvideo.get('author') or {}
url_token = author.get('url_token')