From 3453aa05a391e3a3c60c5dcaf5f0d9a5458c87a2 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 8 Sep 2019 16:25:46 -0400 Subject: Set title User-Agent Some things don't like you if you don't send one. --- bin/title.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/title.c b/bin/title.c index b922f790..3383e9ca 100644 --- a/bin/title.c +++ b/bin/title.c @@ -158,6 +158,7 @@ int main(int argc, char *argv[]) { if (!curl) errx(EX_SOFTWARE, "curl_easy_init"); curl_easy_setopt(curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS); + curl_easy_setopt(curl, CURLOPT_USERAGENT, "title/1.0"); curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 3L); -- cgit 1.4.1 > dontfiles
summary refs log tree commit diff
path: root/www/photo.causal.agency/2024-08-24/000044730002.txt (unfollow)
Commit message (Expand)Author
7 daysAdd 28mm, 75-150mm to gear listJune McEnroe
2025-06-01Add mastodon posting scriptJune McEnroe
2025-05-17Remove somethingJune McEnroe
2025-05-17Add all the numbered roll metadataJune McEnroe
2025-05-17Add ability to put a note on a rollJune McEnroe