Private GIT

Skip to content
Snippets Groups Projects
Commit 1c1a07c9 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge branch 'hotfix-3217'

parents 5c2b7441 483ccd9a
Branches
Tags
No related merge requests found
...@@ -127,7 +127,7 @@ class LibertaliaProvider(generic.TorrentProvider): ...@@ -127,7 +127,7 @@ class LibertaliaProvider(generic.TorrentProvider):
if link: if link:
title = link.text title = link.text
recherched=searchURL.replace(".","(.*)").replace(" ","(.*)").replace("'","(.*)") recherched=searchURL.replace(".","(.*)").replace(" ","(.*)").replace("'","(.*)")
downloadURL = row.find("a",href=re.compile("torrent_pass"))['href'] download_url = row.find("a",href=re.compile("torrent_pass"))['href']
#FIXME #FIXME
size = -1 size = -1
seeders = 1 seeders = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment