feat(client): add qbit-5.1.4 client support

This commit is contained in:
coffeeneed 2026-03-15 15:13:42 +01:00
parent 032536eda4
commit 5664110fd9
2 changed files with 18 additions and 1 deletions

View file

@ -31,7 +31,7 @@ required arguments:
<INITIAL_DOWNLOADED> and <INITIAL_UPLOADED> must be in %, b, kb, mb, gb, tb
<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
```
```

View 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"
}
}