Skip to content

[功能异常] 下载过的链接,删除了本地文件,再次下载还是会跳过,还有就是没办法原画质 #471

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

Open
eeeeda opened this issue May 11, 2025 · 4 comments
Assignees

Comments

@eeeeda
Copy link

eeeeda commented May 11, 2025

Image

Copy link

dosubot bot commented May 11, 2025

Hello @eeeeda! I'm Dosu, your friendly bot here to help with bugs, answer questions, and guide you in becoming a contributor. I'm here while you wait for a human maintainer. Let’s tackle this together! 🤖

I found a similar closed issue regarding the problem of previously downloaded videos being skipped even after local deletion. Unfortunately, no solution was found in the comments of that issue [1].

To address the issue of skipping previously downloaded content, you can clear or reset the downloaded IDs tracking in TikTokDownloader. This can be done using the delete_works_ids method, which allows you to delete specific downloaded IDs. Alternatively, you can clear all downloaded IDs by executing the following SQL command to remove all records from the download_data table:

DELETE FROM download_data;

Ensure that the "Record" feature is enabled in the configuration to use the delete_works_ids method [2].

Regarding downloading in original quality, TikTokDownloader uses the tikwm.com API with the 'hd=1' parameter to obtain high-quality videos. This setting controls the quality of the video downloads, resulting in higher video and audio bitrates [3]. However, there is a known issue where downloaded videos may show lower resolution compared to other downloaders, which is expected to be fixed in an upcoming update [4].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@airwenlee
Copy link

有些视频就是无法下载最高原画质的,我试过所有解析软件和小程序都是最高720P

@eeeeda
Copy link
Author

eeeeda commented May 17, 2025

有些视频就是无法下载最高原画质的,我试过所有解析软件和小程序都是最高720P

我拿已知有原画质的视频测试的

@agenttaozi
Copy link

有些视频就是无法下载最高原画质的,我试过所有解析软件和小程序都是最高720P

我拿已知有原画质的视频测试的

哪里可以下载原画质啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants