diff --git a/chan/chan.py b/chan/chan.py index ecc7666..83e78f7 100644 --- a/chan/chan.py +++ b/chan/chan.py @@ -231,5 +231,16 @@ CHANS = { ), 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 + ), } diff --git a/post_process.py b/post_process.py index 7b88bd5..6d2372a 100644 --- a/post_process.py +++ b/post_process.py @@ -81,7 +81,7 @@ def post_process(item, board, helper, web): 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