Skip to content

Commit 4e616dc

Browse files
authored
Update douyin_appsign.py
Update douyin_appsign.py
1 parent a165412 commit 4e616dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

douyin/douyin_appsign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def run(self):
232232
type_flag = input('f-收藏的-默认, p-上传的:')
233233
type_flag = type_flag if type_flag!='' else 'f'
234234

235-
save_dir = input('保存路径 ( 栗如"E:/Download/", 默认"./Download/"):')
235+
save_dir = input('保存路径 ( 例如"E:/Download/", 默认"./Download/"):')
236236
save_dir = save_dir if save_dir else "./Download/"
237237

238238
video_names, video_urls, share_urls, nickname = self.get_video_urls(user_id, type_flag)

0 commit comments

Comments
 (0)