trying to add node-fetch again

pull/73/head
Huda Joad 2023-11-24 17:40:20 +03:00
rodzic 70e817e2c0
commit ec711e2df4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1,4 +1,5 @@
const https = require('https'); // Import for webscraping (fetchContentFromURL(url) function
const fetch = require('node-fetch');
// Placeholder function to fetch content from URL using a web scraping service
async function fetchContentFromURL(url) {