kopia lustrzana https://github.com/learn-awesome/learndb
removing node-fetch import
rodzic
29a2116293
commit
ced286735a
|
@ -1,6 +1,6 @@
|
||||||
const https = require('https'); // Import for webscraping (fetchContentFromURL(url) function
|
const https = require('https'); // Import for webscraping (fetchContentFromURL(url) function
|
||||||
// const axios = require('axios');
|
// const axios = require('axios');
|
||||||
const fetch = require('node-fetch').default;
|
// const fetch = require('node-fetch').default;
|
||||||
|
|
||||||
// Placeholder function to fetch content from URL using a web scraping service
|
// Placeholder function to fetch content from URL using a web scraping service
|
||||||
async function fetchContentFromURL(url) {
|
async function fetchContentFromURL(url) {
|
||||||
|
|
Ładowanie…
Reference in New Issue