add gnfos

This commit is contained in:
simon 2019-09-08 10:26:09 -04:00
parent 2a219b5c38
commit 0c2204e87d

11
chan.py
View File

@ -383,5 +383,16 @@ CHANS = {
"fit", "had",
),
rps=1 / 4
),
"gnfos": JsonChanHelper(
11,
"https://gnfos.com/",
"https://gnfos.com/",
"/res/",
"/src/",
(
"jp", "drive"
),
rps=1 / 60
)
}