Private GIT

Skip to content
Snippets Groups Projects
Commit 14bc8662 authored by raver2046's avatar raver2046
Browse files

Update libertalia.py

parent 4af7f52d
Branches
Tags
No related merge requests found
......@@ -166,10 +166,6 @@ class LIBERTALIAProvider(generic.TorrentProvider):
recherched=searchUrl.split("&[PARAMSTR]=")[1]
recherched=recherched.replace(".","(.*)").replace(" ","(.*)").replace("'","(.*)")
logger.log(u"LIBERTALIA TITLE : " + title, logger.DEBUG)
if isvfclass :
logger.log(u"EPISODE EN VERSION FRENCH : " + title, logger.DEBUG)
if isvostfrclass :
logger.log(u"EPISODE EN VERSION VOSTFR : " + title, logger.DEBUG)
logger.log(u"LIBERTALIA CHECK MATCH : " + recherched, logger.DEBUG)
#downloadURL = self.url + "/" + row.find("a",href=re.compile("torrent_pass"))['href']
if re.match(recherched,title , re.IGNORECASE):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment