Private GIT

Skip to content
Snippets Groups Projects
Commit 78bfc3a4 authored by onoblanc's avatar onoblanc
Browse files

MAJ FNT bug (free-slot)

parent 406b6d9b
Branches
Tags
No related merge requests found
...@@ -139,7 +139,7 @@ class FNTProvider(generic.TorrentProvider): ...@@ -139,7 +139,7 @@ class FNTProvider(generic.TorrentProvider):
for row in rows: for row in rows:
link = row.findAll('td')[1].find("a" ) link = row.findAll('td')[1].find("a" , href=re.compile("fiche_film") )
if link: if link:
title = link.text title = link.text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment