mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-15 05:19:02 +00:00
add tgchan
This commit is contained in:
12
chan/chan.py
12
chan/chan.py
@@ -6,6 +6,7 @@ from chan.json import JsonChanHelper
|
||||
from chan.mayuri import MayuriChanHelper
|
||||
from chan.russian_json import RussianJsonChanHelper
|
||||
from chan.synch_json import SynchJsonChanHelper
|
||||
from chan.tgchan_html import TgChanHtmlChanHelper
|
||||
|
||||
CHANS = {
|
||||
"4chan": JsonChanHelper(
|
||||
@@ -243,4 +244,15 @@ CHANS = {
|
||||
),
|
||||
rps=1/20
|
||||
),
|
||||
"tgchan": TgChanHtmlChanHelper(
|
||||
19,
|
||||
"https://tgchan.org/kusaba/",
|
||||
"https://tgchan.org/kusaba/",
|
||||
"/res/",
|
||||
"/src/",
|
||||
(
|
||||
"draw", "meep", "quest", "questdis", "tg", "icons",
|
||||
),
|
||||
rps=1,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user