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

Commit df46134

Browse files
authored
add 2023 (#57)
1 parent 297db5f commit df46134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deleter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const facebookLoginURL string = "https://mbasic.facebook.com/login/device-based/
2525
const profileURL string = "https://mbasic.facebook.com/profile"
2626
const activityURL string = "https://mbasic.facebook.com/<profileid>/allactivity"
2727

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

556556
if customYearsFlagValid {
557557
if customYears == "all" {
558-
customYears = "2022,2021,2020,2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008,2007,2006"
558+
customYears = "2023,2022,2021,2020,2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008,2007,2006"
559559
}
560560
} else {
561561
fmt.Println("Invalid years passed through customYears flag.")

0 commit comments

Comments
 (0)