Add iTunes friendly path to TikTok Parser, and backup db
- Lingua principale
- Python
- Stelle
- 1.2k
- Fork
- 303
- Merge medio
- 4h 32m
- PR unite (30g)
- 216
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.