mirror of
https://github.com/ap-pauloafonso/ratio-spoof.git
synced 2026-05-18 07:41:46 +00:00
feat(client): add qbit-5.1.4 client support
This commit is contained in:
parent
032536eda4
commit
5664110fd9
2 changed files with 18 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ required arguments:
|
||||||
|
|
||||||
<INITIAL_DOWNLOADED> and <INITIAL_UPLOADED> must be in %, b, kb, mb, gb, tb
|
<INITIAL_DOWNLOADED> and <INITIAL_UPLOADED> must be in %, b, kb, mb, gb, tb
|
||||||
<DOWNLOAD_SPEED> and <UPLOAD_SPEED> must be in kbps, mbps
|
<DOWNLOAD_SPEED> and <UPLOAD_SPEED> must be in kbps, mbps
|
||||||
[CLIENT_CODE] options: qbit-4.0.3, qbit-4.3.3
|
[CLIENT_CODE] options: qbit-4.0.3, qbit-4.3.3, qbit-5.1.4
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
17
emulation/static/qbit-5.1.4.json
Normal file
17
emulation/static/qbit-5.1.4.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "qBittorrent v5.1.4",
|
||||||
|
"peerId": {
|
||||||
|
"regex":"-qB5140-[A-Za-z0-9_~\\(\\)\\!\\.\\*-]{12}"
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"generator": "defaultKeyGenerator"
|
||||||
|
},
|
||||||
|
"rounding": {
|
||||||
|
"generator": "defaultRoudingGenerator"
|
||||||
|
},
|
||||||
|
"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",
|
||||||
|
"headers": {
|
||||||
|
"User-Agent": "qBittorrent/5.1.4",
|
||||||
|
"Accept-Encoding": "gzip"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue