diff --git a/sickbeard/providers/fnt.py b/sickbeard/providers/fnt.py
index 3a2bc76b98b6631f97bd14282c87a5e6496f1d0f..953e842afc22074b11d47e29e2c8db770b24d8a4 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