From 86c88e8d30f375df261116a70b482d9d8933db90 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 16 Nov 2023 01:14:05 +0200 Subject: [PATCH] Change default user-agent * Better to have it be more meaningful. Signed-off-by: Alfred Wingate --- src/euscan/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/euscan/__init__.py b/src/euscan/__init__.py index 2fa6ac4..ab046a2 100644 --- a/src/euscan/__init__.py +++ b/src/euscan/__init__.py @@ -16,7 +16,7 @@ CONFIG = { "brute-force-false-watermark": 50, "scan-dir": True, "oneshot": True, - "user-agent": "escan (http://euscan.iksaif.net)", + "user-agent": "euscan-ng (https://gitlab.com/src_prepare/euscan-ng)", "skip-robots-txt": False, "cache": False, "format": None,