From 78bfc3a4499f0fd0ef39945f1e0f593cd3b8ce5c Mon Sep 17 00:00:00 2001 From: onoblanc <onoblanc@frei-sodiam.fr> Date: Tue, 2 Dec 2014 11:28:24 +0100 Subject: [PATCH] MAJ FNT bug (free-slot) --- sickbeard/providers/fnt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/providers/fnt.py b/sickbeard/providers/fnt.py index 3a2bc76b9..953e842af 100644 --- a/sickbeard/providers/fnt.py +++ b/sickbeard/providers/fnt.py @@ -139,7 +139,7 @@ class FNTProvider(generic.TorrentProvider): 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: title = link.text -- GitLab