change on html structure
This commit is contained in:
parent
69e61d29b6
commit
b6ddd15660
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue