Update scraper languages & add and remove instances (#138)

This commit is contained in:
David
2022-10-09 21:36:33 +02:00
committed by GitHub
parent af24caf962
commit 6e254e66a0
4 changed files with 8 additions and 8 deletions

View File

@@ -84,13 +84,13 @@ These are the currently known *Lingva* instances. Feel free to make a Pull Reque
|:---------------------------------------------------------------------------:|:-----------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [lingva.ml](https://lingva.ml/) (Official) | [Vercel](https://vercel.com/) | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=lingva.ml) |
| [translate.igna.ooo](https://translate.igna.ooo/) | [Vercel](https://vercel.com/) | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=translate.igna.ooo) |
| [lingva.pussthecat.org](https://lingva.pussthecat.org/) | [Hetzner](https://hetzner.com/) | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=lingva.pussthecat.org) |
| [translate.plausibility.cloud](https://translate.plausibility.cloud/) | [Hetzner](https://hetzner.com/) | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=translate.plausibility.cloud) |
| [lingva.lunar.icu](https://lingva.lunar.icu/) | [Lansol](https://lansol.de/) | [Cloudflare](https://www.ssllabs.com/ssltest/analyze.html?d=lingva.lunar.icu) |
| [lingva.opnxng.com](https://lingva.opnxng.com/) | [Linode](https://linode.com/) | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=lingva.opnxng.com) |
| [translate.projectsegfau.lt](https://translate.projectsegfau.lt/) | Self-hosted | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=translate.projectsegfau.lt) |
| [translate.dr460nf1r3.org](https://translate.dr460nf1r3.org/) | [Netcup](https://netcup.eu/) | [Cloudflare](https://www.ssllabs.com/ssltest/analyze.html?d=translate.dr460nf1r3.org) |
| [lingva.garudalinux.org](https://lingva.garudalinux.org/) | [Hetzner](https://hetzner.com/) | [Cloudflare](https://www.ssllabs.com/ssltest/analyze.html?d=lingva.garudalinux.org) |
| [translate.jae.fi](https://translate.jae.fi/) | Self-hosted | [Let's Encrypt](https://www.ssllabs.com/ssltest/analyze.html?d=translate.jae.fi) |
## Public APIs

View File

@@ -1,11 +1,11 @@
[
"https://lingva.ml",
"https://translate.igna.ooo",
"https://lingva.pussthecat.org",
"https://translate.plausibility.cloud",
"https://lingva.lunar.icu",
"https://lingva.opnxng.com",
"https://translate.projectsegfau.lt",
"https://lingva.garudalinux.org",
"https://translate.dr460nf1r3.org"
"https://translate.dr460nf1r3.org",
"https://translate.jae.fi"
]

View File

@@ -20,7 +20,7 @@
"apollo-server-micro": "^2.25.2",
"framer-motion": "^6",
"graphql": "^15.8.0",
"lingva-scraper": "1.0.0",
"lingva-scraper": "1.1.0",
"next": "12.1.6",
"next-pwa": "^5.4.4",
"nextjs-cors": "^2.1.0",

View File

@@ -6109,10 +6109,10 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
lingva-scraper@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/lingva-scraper/-/lingva-scraper-1.0.0.tgz#92da8b6dc4f922527b03075348bf4e52e1efad50"
integrity sha512-7CRtXExRjKM+fq18EX33R+LB6QV0i5XNNUeAYE8xZgvFCZcua11VH4d+bV0n4+AO4kGu5mnLyHz17MY1Oa8q8g==
lingva-scraper@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/lingva-scraper/-/lingva-scraper-1.1.0.tgz#d3ad4f58b1fd65a666fdd1794cd9085d69830eac"
integrity sha512-1BqktPfrqSYFvkeib7JUzkm0aJjN8YZn+ijzG7fewntB7sqj9pvR5KdPhkmvWmLlHx6PRDwnxKoVwCtH/7MkqQ==
dependencies:
axios "^0.27.2"
cheerio "^1.0.0-rc.11"