From 8c80322f67ebc159a55acfe81d30f547bdf6510d Mon Sep 17 00:00:00 2001 From: Alexandre <sirkazey@users.noreply.github.com> Date: Thu, 30 Nov 2017 13:53:13 +0100 Subject: [PATCH] Update xthor.py (#4161) * Add midgetspy back to copywrite, because echelon sent a DMCA. (#3938) * Show information in poster view in seperate DIV (#4011) Added a new DIV to hold the show information. This way custom CSS is more dynamic. And if original CSS is used, there is no harm. * Revert "Show information in poster view in seperate DIV (#4011)" (#4016) This reverts commit 72f937b3667166801ff595ea674a7877dd8b67cd. * Update xthor.py modify the url for xthor.to --- sickbeard/providers/xthor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sickbeard/providers/xthor.py b/sickbeard/providers/xthor.py index a55e82b89..6e8329af9 100644 --- a/sickbeard/providers/xthor.py +++ b/sickbeard/providers/xthor.py @@ -31,8 +31,8 @@ class XThorProvider(TorrentProvider): TorrentProvider.__init__(self, 'XThor') - self.url = 'https://xthor.bz' - self.urls = {'search': 'https://api.xthor.bz'} + self.url = 'https://xthor.to' + self.urls = {'search': 'https://api.xthor.to'} self.freeleech = None self.api_key = None -- GitLab