add plus4chan

This commit is contained in:
2019-11-22 12:14:23 -05:00
parent 82578daecd
commit ee666496e0
3 changed files with 95 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ from chan.kev4_php import Kev4PhpHelper
from chan.lolnada_html import LolNadaHtmlChanHelper
from chan.mayuri import MayuriChanHelper
from chan.nowere_html import NowereHtmlChanHelper
from chan.plus4chan_html import Plus4ChanHelper
from chan.russian_json import RussianJsonChanHelper
from chan.synch_json import SynchJsonChanHelper
from chan.tgchan_html import TgChanHtmlChanHelper
@@ -486,4 +487,16 @@ CHANS = {
),
rps=1 / 20
),
"plus4chan": Plus4ChanHelper(
33,
"https://boards.plus4chan.org/",
"https://boards.plus4chan.org/",
"",
"",
(
"baw", "co", "cog", "jam", "mtv",
"coc", "draw", "pco", "coq", "cod", "a"
),
rps=1 / 15
),
}