diff --git a/sickbeard/providers/libertalia.py b/sickbeard/providers/libertalia.py index 781cbd76ec3fbf5c3e3908d5b8b98ff4d3900407..f23089b34499b2df8818d9cf7fc706fcb34ee4e2 100644 --- a/sickbeard/providers/libertalia.py +++ b/sickbeard/providers/libertalia.py @@ -150,8 +150,8 @@ class LIBERTALIAProvider(generic.TorrentProvider): #bypass first row because title only columns = row.find('td', {"class" : "torrent_name"} ) logger.log(u"LIBERTALIA found rows ! " , logger.DEBUG) - isvfclass = row.fid('td', {"class" : "sprite-vf"} ) - isvostfrclass = row.fid('td', {"class" : "sprite-vostfr"} ) + isvfclass = row.find('td', {"class" : "sprite-vf"} ) + isvostfrclass = row.find('td', {"class" : "sprite-vostfr"} ) link = columns.find("a", href=re.compile("torrents")) if isvostfrclass and french : link = columns.find("a", href=re.compile("nepastrouver"))