summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/title.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/title.c b/bin/title.c
index 366289da..d6b53ce9 100644
--- a/bin/title.c
+++ b/bin/title.c
@@ -136,7 +136,7 @@ static CURLcode fetchTitle(const char *url) {
 
 	body.len = 0;
 	title = false;
-	curl_easy_setopt(curl, CURLOPT_NOBODY, 0L);
+	curl_easy_setopt(curl, CURLOPT_HTTPGET, 1L);
 	code = curl_easy_perform(curl);
 	return code;
 }