From da1e584cf407fe704f051fa978d305da15cc716c Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 8 Sep 2019 11:00:02 -0400 Subject: [PATCH] add tahta --- chan.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/chan.py b/chan.py index 67f381e..a43d774 100644 --- a/chan.py +++ b/chan.py @@ -421,5 +421,16 @@ CHANS = { "_wh", "old", "test" ), rps=1 / 120 + ), + "tahta": JsonChanHelper( + 13, + "https://tahta.ch/", + "https://tahta.ch/", + "/res/", + "/src/", + ( + "b", "g", "s", "v" + ), + rps=1 / 300 ) }