adapt to new ICapMessages API
This commit is contained in:
parent
42dd9ec4e1
commit
e7c24c13c8
12 changed files with 381 additions and 249 deletions
|
|
@ -34,7 +34,7 @@ class FourChan(BaseBrowser):
|
|||
return self.page.articles
|
||||
|
||||
def get_thread(self, board, id):
|
||||
self.location('http://boards.4chan.org/%s/res/%d' % (board, id))
|
||||
self.location('http://boards.4chan.org/%s/res/%d' % (board, long(id)))
|
||||
|
||||
assert len(self.page.articles) == 1
|
||||
return self.page.articles[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue