api: replace psl with homegrown & up-to-date fork

finally no more punycode warning
This commit is contained in:
wukko
2024-11-02 21:19:19 +06:00
parent 37517875db
commit ca665c5382
4 changed files with 14 additions and 12 deletions

View File

@ -1,4 +1,4 @@
import psl from "psl";
import psl from "@imput/psl";
const API_KEY = 'jrsCWX1XDuVxAFO4GkK147syAoN8BJZ5voz8tS80bPcj26Vc5Z';
const API_BASE = 'https://api-http2.tumblr.com';

View File

@ -1,4 +1,4 @@
import psl from "psl";
import psl from "@imput/psl";
import { strict as assert } from "node:assert";
import { env } from "../config.js";