StuffAnThings / qbit_manage

This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove Orphaned data, remove unregistered torrents and much much more.
MIT License
743 stars 45 forks source link

fix: check tracker status in udp & wss as well #586

Closed lflare closed 3 months ago

lflare commented 3 months ago

Description

As of present, qbit_manage does not check tracker status for non-HTTP/HTTPS trackers and it will mark a torrent if all HTTP(S) trackers are down with the configured tracker_error_tag tag, regardless of whether UDP or WS(S) trackers are working.

This simple PR addresses that issue and should have no breaking changes.

Partially address #183.

Type of change

Checklist: