mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-14 21:09:03 +00:00
add fchan
This commit is contained in:
14
chan/chan.py
14
chan/chan.py
@@ -2,6 +2,7 @@ from chan.alokal_json import AlokalJsonChanHelper
|
||||
from chan.desuchan_html import DesuChanHtmlChanHelper
|
||||
from chan.doushio_html import DoushioHtmlChanHelper
|
||||
from chan.endchan_html import EndchanHtmlChanHelper
|
||||
from chan.fchan_html import FChanHtmlChanHelper
|
||||
from chan.json import JsonChanHelper
|
||||
from chan.lolnada_html import LolNadaHtmlChanHelper
|
||||
from chan.mayuri import MayuriChanHelper
|
||||
@@ -106,7 +107,7 @@ CHANS = {
|
||||
"a", "fd", "ja", "ma", "vn", "fg", "fur", "gg", "ga",
|
||||
"vape", "h", "ho", "hc", "e", "fet", "sex", "fag"
|
||||
),
|
||||
rps=1/10
|
||||
rps=1/5
|
||||
),
|
||||
"endchan": EndchanHtmlChanHelper(
|
||||
8,
|
||||
@@ -268,4 +269,15 @@ CHANS = {
|
||||
),
|
||||
rps=1/20,
|
||||
),
|
||||
"fchan": FChanHtmlChanHelper(
|
||||
21,
|
||||
"http://fchan.us/",
|
||||
"http://fchan.us/",
|
||||
"/res/",
|
||||
"/src/",
|
||||
(
|
||||
"f", "m", "h", "s", "toon", "a", "ah", "c", "artist", "crit", "b"
|
||||
),
|
||||
rps=1/60,
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user