Create qbittorrent-4.3.3.client

the qbittorrent.sh script is broken currently due to changes on qbittorrents side for the version information.. I have already fixed it myself on my side of things, if you want the changes let me know so I can bring changes over to your side as well.
This commit is contained in:
Journey 2021-01-19 18:47:43 -06:00
parent e30806504b
commit d308fe6912

View file

@ -0,0 +1,30 @@
{
"keyGenerator": {
"algorithm": {
"type": "HASH_NO_LEADING_ZERO",
"length": 8
},
"refreshOn": "TORRENT_PERSISTENT",
"keyCase": "upper"
},
"peerIdGenerator": {
"algorithm": {
"type": "REGEX",
"pattern": "-qB4330-[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.3.3" },
{ "name": "Accept-Encoding", "value": "gzip" },
{ "name": "Connection", "value": "close" }
]
}