Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
add 2023 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajtslegr authored Feb 15, 2023
1 parent 297db5f commit df46134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deleter.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const facebookLoginURL string = "https://mbasic.facebook.com/login/device-based/
const profileURL string = "https://mbasic.facebook.com/profile"
const activityURL string = "https://mbasic.facebook.com/<profileid>/allactivity"

var yearOptions = []string{"2022", "2021", "2020", "2019", "2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2007", "2006"}
var yearOptions = []string{"2023", "2022", "2021", "2020", "2019", "2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2007", "2006"}
var monthStrings = []string{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}
var categoriesMap = map[string]string{
"Comments": "commentscluster",
Expand Down Expand Up @@ -555,7 +555,7 @@ func main() {

if customYearsFlagValid {
if customYears == "all" {
customYears = "2022,2021,2020,2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008,2007,2006"
customYears = "2023,2022,2021,2020,2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008,2007,2006"
}
} else {
fmt.Println("Invalid years passed through customYears flag.")
Expand Down

0 comments on commit df46134

Please sign in to comment.