add 410chan

This commit is contained in:
2019-09-10 16:41:56 -04:00
parent 6b9db95637
commit fb2f1419d8
2 changed files with 64 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
from chan.alokal_json import AlokalJsonChanHelper
from chan.chan410_html import Chan410HtmlChanHelper
from chan.desuchan_html import DesuChanHtmlChanHelper
from chan.doushio_html import DoushioHtmlChanHelper
from chan.endchan_html import EndchanHtmlChanHelper
@@ -28,7 +29,7 @@ CHANS = {
"news", "out", "po", "pol", "qst", "sci", "soc", "sp",
"tg", "toy", "trv", "tv", "vp", "wsg", "wsr", "x"
),
rps=2
rps=3 / 2
),
"lainchan": JsonChanHelper(
2,
@@ -296,5 +297,16 @@ CHANS = {
"test", "tlp", "tmp", "tv", "vg", "vipe", "wh", "xikkadvach", "ynet"
),
rps=1 / 5
),
"410chan": Chan410HtmlChanHelper(
23,
"http://410chan.org/",
"http://410chan.org/",
"/res/",
"/src/",
(
"d", "b", "cu", "dev", "r", "a", "ts", "ci"
),
rps=1 / 60
)
}