diff options
Diffstat (limited to 'yt_dlp/extractor/zhihu.py')
-rw-r--r-- | yt_dlp/extractor/zhihu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/zhihu.py b/yt_dlp/extractor/zhihu.py index 18b22a5..c1a5bf6 100644 --- a/yt_dlp/extractor/zhihu.py +++ b/yt_dlp/extractor/zhihu.py @@ -20,7 +20,7 @@ class ZhihuIE(InfoExtractor): 'view_count': int, 'like_count': int, 'comment_count': int, - } + }, } def _real_extract(self, url): |