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:
|
if not self.article:
|
||||||
self.article = Article(self.browser,
|
self.article = Article(self.browser,
|
||||||
self.url,
|
self.url,
|
||||||
self.parser.select(self.document.getroot(), 'div#contents article', 1))
|
self.parser.select(self.document.getroot(), 'main#contents article', 1))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
threads = self.parser.select(self.document.getroot(), 'ul.threads', 1)
|
threads = self.parser.select(self.document.getroot(), 'ul.threads', 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue