From b6ddd1566036442c4893dbaada0be6dc13041079 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 13 Jan 2013 11:40:33 +0100 Subject: [PATCH] change on html structure --- modules/dlfp/pages/news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dlfp/pages/news.py b/modules/dlfp/pages/news.py index 47303a19..d363a693 100644 --- a/modules/dlfp/pages/news.py +++ b/modules/dlfp/pages/news.py @@ -174,7 +174,7 @@ class ContentPage(DLFPPage): if not self.article: self.article = Article(self.browser, self.url, - self.parser.select(self.document.getroot(), 'div#contents article', 1)) + self.parser.select(self.document.getroot(), 'main#contents article', 1)) try: threads = self.parser.select(self.document.getroot(), 'ul.threads', 1)