summaryrefslogtreecommitdiffstats
path: root/deluge/core/torrent.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/core/torrent.py')
-rw-r--r--deluge/core/torrent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py
index a55288ed6..c72fd3fe1 100644
--- a/deluge/core/torrent.py
+++ b/deluge/core/torrent.py
@@ -536,7 +536,7 @@ class Torrent:
parts = host.split(".")
if len(parts) > 2:
- if parts[-2] in ("co", "com"):
+ if parts[-2] in ("co", "com", "net", "org"):
host = ".".join(parts[-3:])
else:
host = ".".join(parts[-2:])