diff --git a/README.md b/README.md index 6ba64ec..ab105a7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ required arguments: and must be in %, b, kb, mb, gb, tb and 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 ``` ``` diff --git a/emulation/static/qbit-5.1.4.json b/emulation/static/qbit-5.1.4.json new file mode 100644 index 0000000..79eb3cc --- /dev/null +++ b/emulation/static/qbit-5.1.4.json @@ -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" + } +}