support sondages
This commit is contained in:
parent
e1523608fb
commit
c74bd6e028
3 changed files with 8 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class ContentPage(DLFPPage):
|
|||
if not self.article:
|
||||
self.article = Article(self.browser,
|
||||
self.url,
|
||||
select(self.document.getroot(), 'article', 1))
|
||||
select(self.document.getroot(), 'div#contents article', 1))
|
||||
|
||||
try:
|
||||
threads = select(self.document.getroot(), 'ul.threads', 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue