mirror of
https://github.com/anthonyraymond/joal.git
synced 2024-11-10 09:02:31 +08:00
Merge pull request #22 from JourneyOver/qbittorrent-4.0.4
Create qbittorrent-4.0.4.client
This commit is contained in:
commit
7ff5389de6
1 changed files with 30 additions and 0 deletions
30
resources/clients/qbittorrent-4.0.4.client
Normal file
30
resources/clients/qbittorrent-4.0.4.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": "-qB4040-[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.0.4" },
|
||||
{ "name": "Accept-Encoding", "value": "gzip" },
|
||||
{ "name": "Connection", "value": "close" }
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue