mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-16 05:49:01 +00:00
add lolnada
This commit is contained in:
@@ -12,7 +12,7 @@ class DesuChanHtmlChanHelper(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