qbit 4.3.3

This commit is contained in:
ap-pauloafonso 2021-03-15 18:46:58 -03:00
parent 7821028a9c
commit 2b108990dc
4 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@ test:
go test ./... --cover
torrent-test:
go run cmd/main.go -c qbit-4.3.2 -t internal/bencode/torrent_files_test/Fedora-Workstation-Live-x86_64-33.torrent -d 0% -ds 100kbps -u 0% -us 100kbps -debug
go run cmd/main.go -c qbit-4.3.3 -t internal/bencode/torrent_files_test/Fedora-Workstation-Live-x86_64-33.torrent -d 0% -ds 100kbps -u 0% -us 100kbps -debug
release:
@if test -z "$(rsversion)"; then echo "usage: make release rsversion=v1.2"; exit 1; fi

View file

@ -18,7 +18,7 @@ usage:
optional arguments:
-h show this help message and exit
-p [PORT] change the port number, the default is 8999
-p [PORT] change the port number, default: 8999
-c [CLIENT_CODE] change the client emulation, default: qbit-4.0.3
required arguments:
@ -30,7 +30,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.2
[CLIENT_CODE] options: qbit-4.0.3, qbit-4.3.3
```
```

View file

@ -42,7 +42,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.2
[CLIENT_CODE] options: qbit-4.0.3, qbit-4.3.3
`)
}

View file

@ -1,7 +1,7 @@
{
"name":"qBittorrent v4.3.2",
"name":"qBittorrent v4.3.3",
"peerId":{
"regex":"-qB4320-[A-Za-z0-9_~\\(\\)\\!\\.\\*-]{12}"
"regex":"-qB4330-[A-Za-z0-9_~\\(\\)\\!\\.\\*-]{12}"
},
"key": {
"generator":"defaultKeyGenerator"
@ -11,7 +11,7 @@
},
"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/4.3.2",
"User-Agent" :"qBittorrent/4.3.3",
"Accept-Encoding": "gzip"
}
}