mirror of
https://github.com/anthonyraymond/joal.git
synced 2024-11-10 09:02:31 +08:00
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:
parent
e30806504b
commit
d308fe6912
1 changed files with 30 additions and 0 deletions
30
resources/clients/qbittorrent-4.3.3.client
Normal file
30
resources/clients/qbittorrent-4.3.3.client
Normal 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" }
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue