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