rsshub
Version:
Make RSS Great Again!
10 lines (8 loc) • 306 B
JavaScript
import { t as got_default } from "./got-KxxWdaxq.mjs";
//#region lib/routes/yxdown/utils.ts
const rootUrl = "http://www.yxdown.com";
const getCookie = async () => {
return (await got_default(rootUrl)).data.match(/(?<=.cookie=").*(?=; path)/g)[0];
};
//#endregion
export { rootUrl as n, getCookie as t };