mirror of
https://github.com/benbusby/farside.git
synced 2025-04-24 20:50:02 +00:00
Update reddit + ig frontends, update rate limiting
Farside ratelimiting has been updated to return a 429 when a user exceeds 1 request/sec. This should help eliminate a lot of scraping type behavior that instance maintainers have been dealing with from Farside lately. Service changes: - Teddit removed (not maintained) - Bibliogram replaced by Proxigram - Libreddit merged with redlib
This commit is contained in:
commit
247114d328
5 changed files with 101 additions and 74 deletions
|
@ -2,19 +2,31 @@
|
|||
{
|
||||
"type": "libreddit",
|
||||
"test_url": "/r/popular",
|
||||
"fallback": "https://libreddit.spike.codes",
|
||||
"fallback": "https://redlib.freedit.eu",
|
||||
"instances": [
|
||||
"https://l.opnxng.com",
|
||||
"https://libreddit.freedit.eu",
|
||||
"https://libreddit.kylrth.com",
|
||||
"https://libreddit.lunar.icu",
|
||||
"https://libreddit.northboot.xyz",
|
||||
"https://libreddit.privacydev.net",
|
||||
"https://libreddit.bus-hit.me",
|
||||
"https://libreddit.projectsegfau.lt",
|
||||
"https://libreddit.strongthany.cc",
|
||||
"https://lr.artemislena.eu",
|
||||
"https://reddit.idevicehacked.com",
|
||||
"https://reddit.invak.id",
|
||||
"https://reddit.simo.sh"
|
||||
"https://redlib.catsarch.com",
|
||||
"https://redlib.freedit.eu",
|
||||
"https://redlib.matthew.science"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "redlib",
|
||||
"test_url": "/r/popular",
|
||||
"fallback": "https://redlib.freedit.eu",
|
||||
"instances": [
|
||||
"https://l.opnxng.com",
|
||||
"https://libreddit.bus-hit.me",
|
||||
"https://libreddit.projectsegfau.lt",
|
||||
"https://reddit.idevicehacked.com",
|
||||
"https://reddit.invak.id",
|
||||
"https://redlib.catsarch.com",
|
||||
"https://redlib.freedit.eu",
|
||||
"https://redlib.matthew.science"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -53,14 +65,17 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"type": "bibliogram",
|
||||
"type": "proxigram",
|
||||
"test_url": "/p/Ch2WRmiLMjj",
|
||||
"fallback": "https://bibliogram.1d4.us",
|
||||
"fallback": "https://ig.opnxng.com",
|
||||
"instances": [
|
||||
"https://bibliogram.1d4.us",
|
||||
"https://bibliogram.froth.zone",
|
||||
"https://bibliogram.priv.pw",
|
||||
"https://ig.femboy.hu"
|
||||
"https://ig.opnxng.com",
|
||||
"https://proxigram.lunar.icu",
|
||||
"https://gram.whatever.social",
|
||||
"https://ig.snine.nl",
|
||||
"https://ig.floppa.one",
|
||||
"https://proxigram.kyun.li",
|
||||
"https://proxigram.ducks.party"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue