From e5af5e2a8ef84345846d8b02f42361fefda9dfcd Mon Sep 17 00:00:00 2001 From: djoole Date: Fri, 25 Oct 2013 02:35:35 +0200 Subject: [PATCH] Update Addic7ed.py is used, not --- periscope/plugins/Addic7ed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")