diff --git a/TikTokTest.py b/TikTokTest.py index 9816f79..5da2072 100644 --- a/TikTokTest.py +++ b/TikTokTest.py @@ -49,11 +49,17 @@ if __name__ == "__main__": # getUserInfo() getLiveInfo() pass +################################# 测试命令 ###################################################### # 视频 # python TikTokCommand.py -l https://v.douyin.com/BugmVVD/ -p /mnt/c/project/test1 +# .\TikTokCommand.exe -l https://v.douyin.com/BugmVVD/ -p .\test1 # 图集 # python TikTokCommand.py -l https://v.douyin.com/BugrFTN/ -p /mnt/c/project/test2 +# .\TikTokCommand.exe -l https://v.douyin.com/BugrFTN/ -p .\test2 # 主页作品 # python TikTokCommand.py -l https://v.douyin.com/BupCppt/ -p /mnt/c/project/test3 +# .\TikTokCommand.exe -l https://v.douyin.com/BupCppt/ -p .\test3 # 主页喜欢 # python TikTokCommand.py -l https://v.douyin.com/BusJrfr/ -p /mnt/c/project/test4 -M like +# .\TikTokCommand.exe -l https://v.douyin.com/BusJrfr/ -p .\test4 -M like +#################################################################################################