Skip to content
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

下载历史记录保存 #407

Open
EUHTWT-2USYyn opened this issue Feb 20, 2025 · 1 comment
Open

下载历史记录保存 #407

EUHTWT-2USYyn opened this issue Feb 20, 2025 · 1 comment

Comments

@EUHTWT-2USYyn
Copy link

你好,我想问一下下载视频的历史记录文件在哪个文件夹里面?

Copy link

dosubot bot commented Feb 20, 2025

@EUHTWT-2USYyn 你好!我是Dosu,一个可以帮助你解决问题、回答疑问并成为贡献者的机器人。在等待人类维护者的期间,我会尽力帮助你解决问题。

下载历史记录是存储在名为 "TikTokDownloader.db" 的 SQLite 数据库文件中。该文件的路径是在 src/manager/database.py 文件中的 Database 类中指定的,使用 PROJECT_ROOT 变量与数据库文件名结合来设置路径:

self.file = PROJECT_ROOT.joinpath(self.__FILE)

其中,PROJECT_ROOT 是从 ..custom 模块导入的变量,self.__FILE 被设置为 "TikTokDownloader.db" [1].

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

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

1 participant