abrignoni/iLEAPP

Add iTunes friendly path to TikTok Parser, and backup db

Open

#801 创建于 2024年8月20日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (273 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (1,123 star)
PR 合并指标
 (PR 指标待抓取)

描述

The file search pattern in tikTok.py and tikTokReplied.py are specific to FFS extractions only. We should include a string that allows for iTunes backups to be processed by these modules.

here are the files and properties from an iTunes backup

the SQL filter of where relativePath like '%/ChatFiles/%/db.sqlite%' seems to limit the returns sufficiently.

additionally, I see a backup db that could be useful to parse in addition to the main db, maybe in both iTunes and FFS? the existing pattern has a trailing * wildcard so it likely catches anything there, but would two patterns with less wildcard be faster to process than one with wildcards?

贡献者指南