mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2025-12-25 20:36:47 +08:00
fix: 修复代码逻辑错误
This commit is contained in:
parent
1e26d89dd8
commit
bbc5d61011
@ -473,7 +473,7 @@ class XHS:
|
||||
proxy,
|
||||
count,
|
||||
)
|
||||
if not namespace:
|
||||
if not isinstance(namespace, Namespace):
|
||||
return namespace
|
||||
if not (
|
||||
data := self._extract_data(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user