Private GIT

Skip to content
Snippets Groups Projects
Commit 4b550072 authored by onoblanc's avatar onoblanc
Browse files

modif commentaire...

parent 214ddd9f
Branches
Tags
No related merge requests found
......@@ -157,7 +157,7 @@ class LIBERTALIAProvider(generic.TorrentProvider):
if link:
title = link.text
logger.log(u"LIBERTALIA TITLE TEMP: " + title, logger.DEBUG)
'downloadURL = self.url + "/" + row.find("a",href=re.compile("torrent_pass"))['href']
#downloadURL = self.url + "/" + row.find("a",href=re.compile("torrent_pass"))['href']
downloadURL = row.find("a",href=re.compile("torrent_pass"))['href']
quality = Quality.nameQuality( title )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment