diff --git a/periscope/plugins/Addic7ed.py b/periscope/plugins/Addic7ed.py index 13781d1..0395021 100644 --- a/periscope/plugins/Addic7ed.py +++ b/periscope/plugins/Addic7ed.py @@ -115,7 +115,7 @@ def query(self, name, season, episode, teams, langs=None): #logging.debug("[Addic7ed] Language : %s - lang : %s" %(langs_html, lang)) statusTD = langs_html.findNext("td") - status = statusTD.find("strong").string.strip() + status = statusTD.find("b").string.strip() # take the last one (most updated if it exists) links = statusTD.findNext("td").findAll("a")