diff options
| author | Ben Busby <contact@benbusby.com> | 2024-01-08 12:37:17 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2024-01-08 12:37:17 -0700 |
| commit | 247114d32819076e6063e7777402ed5a92e5f3a2 (patch) | |
| tree | 1c859f0466482e286f3c920a23378015842761e6 /services-full.json | |
| parent | 85510edc5422dae53fd8626e03157607cf51c11d (diff) | |
| parent | 99b13b3aa6277f331e85e20cac7aed43a3c284fb (diff) | |
| download | farside-247114d32819076e6063e7777402ed5a92e5f3a2.tar.gz | |
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
Diffstat (limited to 'services-full.json')
| -rw-r--r-- | services-full.json | 45 |
1 files changed, 30 insertions, 15 deletions
diff --git a/services-full.json b/services-full.json index 89c2cb0..ee0d5de 100644 --- a/services-full.json +++ b/services-full.json @@ -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" ] }, { |
