add `IE_DESC`

This commit is contained in:
HobbyistDev 2024-04-11 07:37:57 +08:00
parent aa2dda16cd
commit 27a6f8330b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from ..utils.traversal import traverse_obj
class XiaoHongSuIE(InfoExtractor):
_VALID_URL = r'https?://www\.xiaohongshu.com/explore/(?P<id>[a-f0-9]+)'
IE_DESC = '小红书'
_TESTS = [{
'url': 'https://www.xiaohongshu.com/explore/6411cf99000000001300b6d9',
'info_dict': {