From df4282e8f0722a847877de0d7d2536db765efca7 Mon Sep 17 00:00:00 2001 From: Marcel Jankrift Date: Mon, 1 Jan 2024 12:57:52 +0100 Subject: [PATCH] add 2024 --- deleter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deleter.go b/deleter.go index a3e18eb..e32dd88 100755 --- a/deleter.go +++ b/deleter.go @@ -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//allactivity" -var yearOptions = []string{"2023", "2022", "2021", "2020", "2019", "2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2007", "2006"} +var yearOptions = []string{"2024", "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",