docs(tiktoktest): 增加测试命令

This commit is contained in:
imgyh 2023-02-11 15:51:10 +08:00
parent 0f16269445
commit ef4fa2b4ba

View File

@ -49,11 +49,17 @@ if __name__ == "__main__":
# getUserInfo() # getUserInfo()
getLiveInfo() getLiveInfo()
pass pass
################################# 测试命令 ######################################################
# 视频 # 视频
# python TikTokCommand.py -l https://v.douyin.com/BugmVVD/ -p /mnt/c/project/test1 # 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 # 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 # 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 # 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
#################################################################################################