We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,我想问一下下载视频的历史记录文件在哪个文件夹里面?
The text was updated successfully, but these errors were encountered:
@EUHTWT-2USYyn 你好!我是Dosu,一个可以帮助你解决问题、回答疑问并成为贡献者的机器人。在等待人类维护者的期间,我会尽力帮助你解决问题。
下载历史记录是存储在名为 "TikTokDownloader.db" 的 SQLite 数据库文件中。该文件的路径是在 src/manager/database.py 文件中的 Database 类中指定的,使用 PROJECT_ROOT 变量与数据库文件名结合来设置路径:
src/manager/database.py
Database
PROJECT_ROOT
self.file = PROJECT_ROOT.joinpath(self.__FILE)
其中,PROJECT_ROOT 是从 ..custom 模块导入的变量,self.__FILE 被设置为 "TikTokDownloader.db" [1].
..custom
self.__FILE
"TikTokDownloader.db"
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
Sorry, something went wrong.
No branches or pull requests
你好,我想问一下下载视频的历史记录文件在哪个文件夹里面?
The text was updated successfully, but these errors were encountered: