From 50f389a76c8b0c5ad56a76ca9524ba16ebd29b51 Mon Sep 17 00:00:00 2001 From: Dragoon Aethis Date: Sun, 12 Jun 2022 18:45:27 +0200 Subject: [PATCH] Updated Configuration Files (markdown) --- Configuration-Files.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Configuration-Files.md b/Configuration-Files.md index f928bdb..415fc0e 100644 --- a/Configuration-Files.md +++ b/Configuration-Files.md @@ -9,7 +9,10 @@ The `config.json` file is a JSON file with the following structure (make sure yo ```json { // itch.io API key - https://github.com/DragoonAethis/itch-dl/wiki/API-Keys - "api_key": "UeqKR3nBrVCxM32qt....Ga0FH2TwwbDPIDhseFZ" + "api_key": "UeqKR3nBrVCxM32qt....Ga0FH2TwwbDPIDhseFZ", + + // User agent to send with itch.io requests (defaults to "itch-dl/{version} python-requests/{version}") + "user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:101.0) Gecko/20100101 Firefox/101.0" } ```