mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-16 05:49:01 +00:00
add 8kun
This commit is contained in:
8
chan/json_kun.py
Normal file
8
chan/json_kun.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from chan.json import JsonChanHelper
|
||||
|
||||
|
||||
class JsonKunChanHelper(JsonChanHelper):
|
||||
|
||||
def image_url(self, board, tim, extension):
|
||||
return "%s%s%s%s" % (self._image_url, self._image_path, tim, extension)
|
||||
|
||||
Reference in New Issue
Block a user