Private GIT

Skip to content
Snippets Groups Projects
Commit 48aa3678 authored by Franck Bossy's avatar Franck Bossy Committed by Dustyn Gibson
Browse files

fix typo : downloadURL should be download_url

parent 2b6f8324
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ class XthorProvider(generic.TorrentProvider):
link = row.find("a",href=re.compile("details.php"))
if link:
title = link.text
downloadURL = self.url + '/' + row.find("a",href=re.compile("download.php"))['href']
download_url = self.url + '/' + row.find("a",href=re.compile("download.php"))['href']
#FIXME
size = -1
seeders = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment