Change default user-agent

* Better to have it be more meaningful.

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-11-16 01:14:05 +02:00
parent f6bdd66f5f
commit 86c88e8d30
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 1 additions and 1 deletions

View File

@ -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,