Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New address for xThor tracker #7272

Closed
Tonycalves opened this issue Oct 21, 2019 · 3 comments
Closed

New address for xThor tracker #7272

Tonycalves opened this issue Oct 21, 2019 · 3 comments

Comments

@Tonycalves
Copy link

The tracker xThor has a new address (and domain name), and suddenly a new address for the API, It is possible to update it to the next update? Thank you.. :)

@triage-new-issues triage-new-issues bot added the triage Untriaged issue label Oct 21, 2019
@bourgouinadrien
Copy link

bourgouinadrien commented Oct 22, 2019

that should do the job

diff --git a/medusa/providers/torrent/json/xthor.py b/medusa/providers/torrent/json/xthor.py
index ef2549569..b1e316136 100644
--- a/medusa/providers/torrent/json/xthor.py
+++ b/medusa/providers/torrent/json/xthor.py
@@ -26,9 +26,9 @@ class XthorProvider(TorrentProvider):
         self.passkey = None

         # URLs
-        self.url = 'https://xthor.to'
+        self.url = 'https://xthor.tk'
         self.urls = {
-            'search': 'https://api.xthor.to',
+            'search': 'https://api.xthor.tk',
         }

@medariox
Copy link
Contributor

This is an easy change. It will be available with the next release (PRs welcome!).

@medariox medariox added the Bug label Oct 23, 2019
@medariox medariox added this to the 0.3.6 milestone Oct 23, 2019
@triage-new-issues triage-new-issues bot removed the triage Untriaged issue label Oct 23, 2019
@medariox medariox added the Fixed label Nov 1, 2019
@medariox
Copy link
Contributor

medariox commented Nov 2, 2019

Fixed with #7303
Will be available in the next release.

@medariox medariox closed this as completed Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants