mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-19 06:49:02 +00:00
add lolnada
This commit is contained in:
@@ -21,7 +21,7 @@ class ChanHelper:
|
||||
return "%s%s/threads.json" % (self._base_url, board)
|
||||
|
||||
def posts_url(self, board, thread):
|
||||
return "%s%s%s%d.json" % (self._base_url, board, self._thread_path, thread)
|
||||
return "%s%s%s%d.json" % (self._base_url, board, self._thread_path, self.item_id(thread))
|
||||
|
||||
def board_hash(self, board):
|
||||
return str((self._boards.index(board) + 1) * 10000)
|
||||
|
||||
Reference in New Issue
Block a user