From 6fee3bcd235e8457157b26ccdede3418131b9248 Mon Sep 17 00:00:00 2001 From: Anthony Raymond Date: Mon, 18 Apr 2022 23:29:07 +0200 Subject: [PATCH] Create qbittorrent-4.4.2.client --- resources/clients/qbittorrent-4.4.2.client | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 resources/clients/qbittorrent-4.4.2.client diff --git a/resources/clients/qbittorrent-4.4.2.client b/resources/clients/qbittorrent-4.4.2.client new file mode 100644 index 0000000..6d22b3c --- /dev/null +++ b/resources/clients/qbittorrent-4.4.2.client @@ -0,0 +1,30 @@ +{ + "keyGenerator": { + "algorithm": { + "type": "HASH_NO_LEADING_ZERO", + "length": 8 + }, + "refreshOn": "TORRENT_PERSISTENT", + "keyCase": "upper" + }, + "peerIdGenerator": { + "algorithm": { + "type": "REGEX", + "pattern": "-qB4420-[A-Za-z0-9_~\\(\\)\\!\\.\\*-]{12}" + }, + "refreshOn": "NEVER", + "shouldUrlEncode": false + }, + "urlEncoder": { + "encodingExclusionPattern": "[A-Za-z0-9_~\\(\\)\\!\\.\\*-]", + "encodedHexCase": "lower" + }, + "query": "info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}&event={event}&numwant={numwant}&compact=1&no_peer_id=1&supportcrypto=1&redundant=0", + "numwant": 200, + "numwantOnStop": 0, + "requestHeaders": [ + { "name": "User-Agent", "value": "qBittorrent/4.4.2" }, + { "name": "Accept-Encoding", "value": "gzip" }, + { "name": "Connection", "value": "close" } + ] +}