diff --git a/medusa/providers/torrent/html/bjshare.py b/medusa/providers/torrent/html/bjshare.py
index e62a316485..def9411da2 100644
--- a/medusa/providers/torrent/html/bjshare.py
+++ b/medusa/providers/torrent/html/bjshare.py
@@ -27,7 +27,7 @@ def __init__(self):
super(BJShareProvider, self).__init__('BJ-Share')
# URLs
- self.url = 'https://bj-share.me'
+ self.url = 'https://bj-share.info'
self.urls = {
'search': urljoin(self.url, 'torrents.php')
}