Skip to content

Commit

Permalink
fix: update followers and following file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cecobask committed Dec 22, 2023
1 parent 6e896ff commit b1180d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/instagram/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const (
PathData = "instagram_data"
PathDataArchive = PathData + ".zip"
PathDocs = "docs"
PathFollowers = PathData + "/followers_and_following/followers_*.json"
PathFollowing = PathData + "/followers_and_following/following.json"
PathFollowers = PathData + "/connections/followers_and_following/followers_*.json"
PathFollowing = PathData + "/connections/followers_and_following/following.json"
TableHeaderProfileUrl = "PROFILE URL"
TableHeaderTimestamp = "TIMESTAMP"
TableHeaderUsername = "USERNAME"
Expand Down

0 comments on commit b1180d3

Please sign in to comment.