+1
-1
src/lib/platformDefinitions.ts
+1
-1
src/lib/platformDefinitions.ts
···
39
39
rule: "Username:\s*([^\r\n]+)"
40
40
},
41
41
{
42
-
zipPath: "tiktok.json",
42
+
zipPath: "user_data_tiktok.json",
43
43
format: "JSON",
44
44
// JSON key path to traverse: ['Your Activity'] -> ['Following'] -> ['Following'] -> 'UserName'
45
45
rule: ["Your Activity", "Following", "Following", "UserName"]