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

Add iTunes friendly path to TikTok Parser, and backup db #801

Open
JamesHabben opened this issue Aug 20, 2024 · 0 comments
Open

Add iTunes friendly path to TikTok Parser, and backup db #801

JamesHabben opened this issue Aug 20, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@JamesHabben
Copy link
Collaborator

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
image

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?

@JamesHabben JamesHabben added enhancement New feature or request good first issue Good for newcomers labels Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant