Skip to content

Commit

Permalink
Update YggTorrent URL (#4725)
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox authored and p0psicles committed Jul 23, 2018
1 parent 1bc9456 commit 1ef028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medusa/providers/torrent/html/yggtorrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self):
self.password = None

# URLs
self.url = 'https://ww1.yggtorrent.is'
self.url = 'https://ww2.yggtorrent.is'
self.urls = {
'login': urljoin(self.url, 'user/login'),
'search': urljoin(self.url, 'engine/search'),
Expand Down

0 comments on commit 1ef028f

Please sign in to comment.