diff --git a/VERSION b/VERSION index 6d07a51a..44532fec 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.7-develop3 +4.0.7-develop4 diff --git a/modules/qbittorrent.py b/modules/qbittorrent.py index 101094ea..5b96ce11 100755 --- a/modules/qbittorrent.py +++ b/modules/qbittorrent.py @@ -201,7 +201,7 @@ def get_torrents(self, params): def get_tags(self, trackers): """Get tags from config file based on keyword""" - urls = [x.url for x in trackers if x.url.startswith("http")] + urls = [x.url for x in trackers if x.url.startswith(("http", "udp", "ws"))] tracker = {} tracker["tag"] = None tracker["cat"] = None