This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import fetch from "node-fetch" | |
let cheerio = await import("cheerio") | |
async function zero(name) { | |
const waiff = await fetch(`https://www.zerochan.net/` + name, { | |
headers: { | |
'User-Agent': 'axios/1.8.3' | |
} | |
}) | |
let result = {} |