Skip to content

Commit

Permalink
Ncore base url is changed (#9295)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatyasK authored Mar 3, 2021
1 parent c302d8a commit 55cecb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions medusa/providers/torrent/json/ncore.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ def __init__(self):
self.password = None

# URLs
self.url = 'https://ncore.cc'
self.url = 'https://ncore.pro'
self.urls = {
'login': 'https://ncore.cc/login.php',
'search': 'https://ncore.cc/torrents.php',
'login': 'https://ncore.pro/login.php',
'search': 'https://ncore.pro/torrents.php',
}

# Proper Strings
Expand Down

0 comments on commit 55cecb9

Please sign in to comment.