From 279111dda15dd9170e11b9688eb973f2af2e6300 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 20 Sep 2019 23:44:58 -0400 Subject: Enable cookies in title Perhaps this will make it less suspicious to Google. Who knows. --- bin/title.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/title.c b/bin/title.c index 47343d48..7881b787 100644 --- a/bin/title.c +++ b/bin/title.c @@ -155,6 +155,7 @@ int main(int argc, char *argv[]) { curl_easy_setopt(curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS); curl_easy_setopt(curl, CURLOPT_USERAGENT, "title/1.0"); + curl_easy_setopt(curl, CURLOPT_COOKIEFILE, ""); curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, ""); curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 3L); -- cgit 1.4.1 submit' value='switch'/> dontfiles
summary refs log tree commit diff
path: root/home/.local/bin (unfollow)
Commit message (Expand)Author
2019-02-12Call setlocale in hiJune McEnroe
2019-02-11Install html with -CJune McEnroe
2019-02-10Avoid excessive tags in ttpreJune McEnroe
2019-02-10Generate html for binsJune McEnroe
2019-02-10Use italic for underline in nvim man modeJune McEnroe
2019-02-10Add plain text "language" to hiJune McEnroe
2019-02-10Don't match DQ string inside SQ stringJune McEnroe
2019-02-10Skip only one character if a match fails due to parentJune McEnroe
2019-02-10Remove pattend from hiJune McEnroe
2019-02-10Replace uses of pattend with newline patternsJune McEnroe
2019-02-10Add hi debug outputJune McEnroe
2019-02-10Actually do HTML " escapingJune McEnroe
2019-02-10Set git commit.verboseJune McEnroe
2019-02-10Add back missing static keywordJune McEnroe