Skip to content

Commit

Permalink
Update yggtorrent.py to use new URL yggtorrent.wtf (#11404)
Browse files Browse the repository at this point in the history
Co-authored-by: Dario <medariox@users.noreply.github.com>
  • Loading branch information
cpainchaud and medariox committed Jul 14, 2023
1 parent 969831b commit 7a5fab4
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://yggtorrent.do'
self.url = 'https://yggtorrent.wtf'
self.urls = {
'auth': urljoin(self.url, 'user/ajax_usermenu'),
'login': urljoin(self.url, 'user/login'),
Expand Down

0 comments on commit 7a5fab4

Please sign in to comment.