mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-20 10:36:43 +00:00
add aurorachan
This commit is contained in:
parent
e13770d603
commit
6b2e10ead8
13
chan/chan.py
13
chan/chan.py
@ -231,5 +231,16 @@ CHANS = {
|
|||||||
),
|
),
|
||||||
rps=1/10
|
rps=1/10
|
||||||
),
|
),
|
||||||
|
"aurorachan": DesuChanHtmlChanHelper(
|
||||||
|
18,
|
||||||
|
"http://aurorachan.net/",
|
||||||
|
"http://aurorachan.net/",
|
||||||
|
"/res/",
|
||||||
|
"/src/",
|
||||||
|
(
|
||||||
|
"_bm", "de", "ic", "rp", "rpi", "v", "w", "tg",
|
||||||
|
"alt", "b", "g", "pkmn", "yuri", "fl", "mu", "sugg"
|
||||||
|
),
|
||||||
|
rps=1
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
@ -81,7 +81,7 @@ def post_process(item, board, helper, web):
|
|||||||
|
|
||||||
item["_urls"] = helper.item_urls(item, board)
|
item["_urls"] = helper.item_urls(item, board)
|
||||||
|
|
||||||
item["_img"] = [image_meta(url, i, web) for i, url in enumerate(item["_urls"]) if _is_image(url)]
|
# item["_img"] = [image_meta(url, i, web) for i, url in enumerate(item["_urls"]) if _is_image(url)]
|
||||||
|
|
||||||
return item
|
return item
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user