This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
const cheerio = require("cheerio");
|
||||
const fetch = require("node-fetch");
|
||||
|
||||
globalThis.File = class File {};
|
||||
|
||||
async function parseTeachers() {
|
||||
const url = "https://spsejecna.cz/ucitel";
|
||||
const response = await fetch(url);
|
||||
|
||||
Reference in New Issue
Block a user