diff --git a/instances.json b/instances.json deleted file mode 100644 index 067ec0c..0000000 --- a/instances.json +++ /dev/null @@ -1,129 +0,0 @@ -[ - { - "clearnet": "https://libremdb.iket.me/", - "cdn": false, - "country": "CA" - }, - { - "clearnet": "https://libremdb.pussthecat.org/", - "cdn": false, - "country": "DE" - }, - { - "clearnet": "https://ld.vern.cc/", - "tor": "http://ld.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/", - "i2p": "http://vernz3ubrntql4wrgyrssd6u3qzi36zrhz2agbo6vibzbs5olk2q.b32.i2p/", - "cdn": false, - "country": "US" - }, - { - "clearnet": "https://binge.whatever.social/", - "cdn": false, - "country": "US/DE" - }, - { - "clearnet": "https://libremdb.lunar.icu/", - "cdn": false, - "country": "DE" - }, - { - "clearnet": "https://libremdb.jeikobu.net/", - "cdn": true, - "country": "DE" - }, - { - "clearnet": "https://lmdb.hostux.net/", - "cdn": false, - "country": "FR" - }, - { - "clearnet": "https://binge.whateveritworks.org/", - "cdn": true, - "country": "DE" - }, - { - "clearnet": "https://libremdb.nerdyfam.tech/", - "cdn": true, - "country": "US" - }, - { - "clearnet": "https://libremdb.tux.pizza/", - "cdn": false, - "country": "US" - }, - { - "clearnet": "https://libremdb.frontendfriendly.xyz/", - "cdn": false - }, - { - "clearnet": "https://d.opnxng.com/", - "cdn": false, - "country": "SG" - }, - { - "clearnet": "https://libremdb.catsarch.com/", - "tor": "http://libremdb.catsarchywsyuss6jdxlypsw5dc7owd5u5tr6bujxb7o6xw2hipqehyd.onion", - "i2p": "http://qjlgasoy3nxepgzntucmcnb6pryqxakwdu7sxvqzi7spdfootryq.b32.i2p", - "cdn": false, - "country": "US" - }, - { - "clearnet": "https://libremdb.r4fo.com/", - "tor": "http://libremdb.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/", - "cdn": false, - "country": "NL" - }, - { - "clearnet": "https://libremdb.privacydev.net/", - "tor": "http://libremdb.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion/", - "cdn": false, - "country": "FR" - }, - { - "clearnet": "https://libremdb.ducks.party/", - "cdn": false, - "country": "NL" - }, - { - "clearnet": "https://lmdb.ngn.tf/", - "cdn": false, - "country": "TR" - }, - { - "clearnet": "https://lmdb.bloat.cat/", - "cdn": false, - "country": "DE" - }, - { - "clearnet": "https://libremdb.darkness.services/", - "cdn": true, - "country": "US" - }, - { - "clearnet": "https://libremdb.hyperreal.coffee/", - "cdn": false, - "country": "US" - }, - { - "clearnet": "https://ld.ca.zorby.top/", - "tor": "http://q3hetdcyyy572xznqmsledzlbv77moycoqs6ptehpp5vsmx4dtcuqeqd.onion/", - "i2p": "http://5j37qusybvyhecljn4hr5i4chifdlfqfkfveythzpzyfxiibt7cq.b32.i2p/", - "cdn": false, - "country": "CA" - }, - { - "clearnet": "https://imdb.nerdvpn.de/", - "cdn": false, - "country": "UA" - }, - { - "clearnet": "https://libremdb.canine.tools/", - "cdn": false, - "country": "US" - }, - { - "clearnet": "https://libremdb-fly.fly.dev/", - "cdn": false, - "country": "US" - } -] \ No newline at end of file diff --git a/src/pages/api/media_proxy.ts b/src/pages/api/media_proxy.ts index 2217a3d..9050372 100644 --- a/src/pages/api/media_proxy.ts +++ b/src/pages/api/media_proxy.ts @@ -65,7 +65,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse) } // 4. else getting, caching and sending response - const mediaRes = await axiosInstance(mediaUrl, { + const mediaRes = await axiosInstance.get(mediaUrl, { responseType: 'arraybuffer', });