Private GIT

Skip to content
Snippets Groups Projects
Commit 138eec00 authored by miigotu's avatar miigotu
Browse files

Merge pull request #2645 from fbossy/fix-provider-xthor

Fix urlsearch
parents c2990ec8 1e4dbff5
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class XthorProvider(generic.TorrentProvider): ...@@ -47,7 +47,7 @@ class XthorProvider(generic.TorrentProvider):
self.cj = cookielib.CookieJar() self.cj = cookielib.CookieJar()
self.url = "https://xthor.bz" self.url = "https://xthor.bz"
self.urlsearch = "https://xthor.bz/browse.php?search=\"%s%s\"" self.urlsearch = "https://xthor.bz/browse.php?search=\"%s\"%s"
self.categories = "&searchin=title&incldead=0" self.categories = "&searchin=title&incldead=0"
self.enabled = False self.enabled = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment