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,18 +2,29 @@
|
|||
{
|
||||
"type": "libreddit",
|
||||
"test_url": "/r/popular",
|
||||
"fallback": "https://libreddit.spike.codes",
|
||||
"fallback": "https://redlib.freedit.eu",
|
||||
"instances": [
|
||||
"https://l.opnxng.com",
|
||||
"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.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.matthew.science"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -47,14 +58,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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -125,6 +139,9 @@
|
|||
"https://nitter.io.lol",
|
||||
"https://nitter.ktachibana.party",
|
||||
"https://nitter.kylrth.com",
|
||||
"https://nitter.kavin.rocks",
|
||||
"https://nitter.unixfox.eu",
|
||||
"https://n.actionsack.com",
|
||||
"https://nitter.moomoo.me",
|
||||
"https://nitter.net",
|
||||
"https://nitter.no-logs.com",
|
||||
|
@ -188,7 +205,8 @@
|
|||
"https://translate.dr460nf1r3.org",
|
||||
"https://translate.whateveritworks.org",
|
||||
"https://translate.sapti.me",
|
||||
"https://translate.colinslegacy.com"
|
||||
"https://translate.colinslegacy.com",
|
||||
"https://translate.igna.rocks"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue