summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-09-20 23:44:58 -0400
committerJune McEnroe <june@causal.agency>2019-09-20 23:44:58 -0400
commit279111dda15dd9170e11b9688eb973f2af2e6300 (patch)
treef105e94514a448bde417cc3a6c2ea3f2710ee46b /bin
parentUse sensitivity aliases in TF2 (diff)
downloadsrc-279111dda15dd9170e11b9688eb973f2af2e6300.tar.gz
src-279111dda15dd9170e11b9688eb973f2af2e6300.zip
Enable cookies in title
Perhaps this will make it less suspicious to Google. Who knows.
Diffstat (limited to 'bin')
-rw-r--r--bin/title.c1
1 files changed, 1 insertions, 0 deletions
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);