From c895dfea107b75db9d8873c7a90037a7b4c247ca Mon Sep 17 00:00:00 2001 From: HobbyistDev Date: Thu, 11 Apr 2024 21:24:28 +0800 Subject: [PATCH] Add `md5` key in test --- yt_dlp/extractor/xiaohongsu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yt_dlp/extractor/xiaohongsu.py b/yt_dlp/extractor/xiaohongsu.py index d9f805496..07bdfe769 100644 --- a/yt_dlp/extractor/xiaohongsu.py +++ b/yt_dlp/extractor/xiaohongsu.py @@ -13,6 +13,7 @@ class XiaoHongSuIE(InfoExtractor): IE_DESC = '小红书' _TESTS = [{ 'url': 'https://www.xiaohongshu.com/explore/6411cf99000000001300b6d9', + 'md5': '2a87a77ddbedcaeeda8d7eae61b61228', 'info_dict': { 'id': '6411cf99000000001300b6d9', 'ext': 'mp4',