更新项目代码

This commit is contained in:
JoeamAmier
2023-12-03 22:45:36 +08:00
parent ceb3757085
commit 981477fd95
5 changed files with 58 additions and 68 deletions

View File

@@ -1,4 +1,5 @@
from source import XHS
from source import XHSDownloader
def example():
@@ -30,5 +31,6 @@ def example():
if __name__ == '__main__':
example()
# XHSDownloader().run()
# example()
with XHSDownloader() as xhs:
xhs.run()