Private GIT

Skip to content
Snippets Groups Projects
Commit 4ccad4a7 authored by Márton Szász's avatar Márton Szász Committed by miigotu
Browse files

Skytorrents URL changed to proper ending

Skytorrent ending changed from .in to .lol
Fixes #4611
parent 5c97c917
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class SkyTorrents(TorrentProvider): # pylint: disable=too-many-instance-attribu
self.minseed = None
self.minleech = None
self.url = "https://www.skytorrents.in"
self.url = "https://www.skytorrents.lol"
self.urls = {"search": urljoin(self.url, "/rss/all/{sorting}/{page}/{search_string}")}
self.custom_url = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment