ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto

fix tiktok upload of zip json

Changed files
+1 -1
src
+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"]