rename to `XiaoHongshu`

This commit is contained in:
HobbyistDev 2024-04-11 21:34:13 +08:00
parent 0b9fc25be6
commit 31c45e0dfd
2 changed files with 2 additions and 2 deletions

View File

@ -2378,7 +2378,7 @@ from .xhamster import (
XHamsterEmbedIE,
XHamsterUserIE,
)
from .xiaohongsu import XiaoHongSuIE
from .xiaohongshu import XiaoHongShuIE
from .ximalaya import (
XimalayaIE,
XimalayaAlbumIE

View File

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