mirror of
https://github.com/anthonyraymond/joal.git
synced 2024-11-10 09:02:31 +08:00
Add utorrent 3.5.4 build 44498
This commit is contained in:
parent
a0c27f688f
commit
0cebc07a4e
1 changed files with 31 additions and 0 deletions
31
resources/clients/utorrent-3.5.4_44498.client
Normal file
31
resources/clients/utorrent-3.5.4_44498.client
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"keyGenerator": {
|
||||
"algorithm": {
|
||||
"type": "HASH",
|
||||
"length": 8
|
||||
},
|
||||
"refreshOn": "TIMED_OR_AFTER_STARTED_ANNOUNCE",
|
||||
"refreshEvery": 10,
|
||||
"keyCase": "upper"
|
||||
},
|
||||
"peerIdGenerator": {
|
||||
"algorithm": {
|
||||
"type": "REGEX",
|
||||
"pattern": "-UT354S-(\u00d2)(\u00ad)[\u0001-\u00ff]{10}"
|
||||
},
|
||||
"refreshOn": "NEVER",
|
||||
"shouldUrlEncode": true
|
||||
},
|
||||
"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",
|
||||
"numwant": 200,
|
||||
"numwantOnStop": 0,
|
||||
"requestHeaders": [
|
||||
{ "name": "User-Agent", "value": "uTorrent/354(111783378)(44498)" },
|
||||
{ "name": "Accept-Encoding", "value": "gzip" },
|
||||
{ "name": "Connection", "value": "Close" }
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue