mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-15 05:19:02 +00:00
add lolnada
This commit is contained in:
@@ -13,7 +13,7 @@ class EndchanHtmlChanHelper(ChanHelper):
|
||||
return "%s%s/" % (self._base_url, board)
|
||||
|
||||
def posts_url(self, board, thread):
|
||||
return "%s%s%s%d.html" % (self._base_url, board, self._thread_path, thread)
|
||||
return "%s%s%s%d.html" % (self._base_url, board, self._thread_path, self.item_id(thread))
|
||||
|
||||
@staticmethod
|
||||
def item_id(item):
|
||||
|
||||
Reference in New Issue
Block a user