Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed Mar 10, 2023
1 parent 2d50c1a commit e1b46b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions TikTokTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
-------------------------------------------------
Change Log :
2022/07/29 23:19:14 : Init
2023/03/10 16:22:19 : gen dyheaders
-------------------------------------------------
'''

Expand All @@ -23,8 +24,10 @@ def __init__(self):
if __name__ == '__main__':
# 获取命令行参数
cmd = Util.Command()
# 获取主页消息
profile = Util.Profile()
# 获取headers
headers = Util.Cookies(cmd.setting()).dyheaders
# 获取主页内容
profile = Util.Profile(headers)
# 使用参数并下载
profile.getProfile(cmd.setting())

Expand Down

0 comments on commit e1b46b5

Please sign in to comment.