-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
急求。Seed大佬,下载视频出现FileNotFoundError: [Errno 2] No such file or directory。感觉是{desc}参数太长导致。 #215
Comments
Hello @jo-sos! I'm here to help you with any bugs, questions, or contributions you have. Let's squash those bugs together! 要限制 print(
format_file_name(
kwargs.get("naming"), aweme_data._to_dict(), custom_fields, 100
)
+ "_video"
) 您可以根据需要调整这个长度限制(例如 100)以确保文件名和目录路径的总长度不超过 Windows 的限制[1]。 To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
您可以在 如果您使用的是本地克隆的代码库,可以使用搜索功能查找 To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
|
下载的视频网址:https://www.douyin.com/user/MS4wLjABAAAAHulzlH6cETVMrnFTuEVrGb6GXcV6pw0S4uC4jQSTUyhnnFtuWs8zryKCcyaM9shm
命令:
f2 dy --auto-cookie firefox
f2 dy -u https://www.douyin.com/user/MS4wLjABAAAAHulzlH6cETVMrnFTuEVrGb6GXcV6pw0S4uC4jQSTUyhnnFtuWs8zryKCcyaM9shm
配置文件内容:
douyin:
cookie:
cover: false
desc: no
folderize: false
interval: all
languages: zh_CN
max_connections: 5
max_counts: 0
max_retries: 4
max_tasks: 6
mode: post
music: false
naming: '{create}{desc}{nickname}'
page_counts: 20
path: ./Download
timeout: 6
我试了好多主页,名字短的是成功的。试了好多遍。发现,应该是视频的naming: '{create}{desc}{nickname}'原因,{desc}参数的名字太长导致视频文件名和目录路径太长了,才出现下载中途中断。大佬,觉得是这个原因吗?
请求:
在不解除Windows系统中文件名和目录路径的最大长度限制的情况下,如何修改程序中的参数来实现限制{desc}长度,能下载视频成功?具体在哪里修改程序,如何修改程序?麻烦大佬明示。急求。
The text was updated successfully, but these errors were encountered: