add lolnada

This commit is contained in:
2019-09-08 17:26:33 -04:00
parent 2ce0659f23
commit 60fa4893d8
9 changed files with 102 additions and 13 deletions

2
run.py
View File

@@ -47,7 +47,7 @@ class ChanScanner:
def _posts(self, board):
for thread in self._threads(board):
if self.state.has_new_posts(thread, self.helper, board):
for post in self._fetch_posts(board, self.helper.item_id(thread)):
for post in self._fetch_posts(board, thread):
yield post
self.state.mark_thread_as_visited(thread, self.helper, board)