Skip to content

Commit 3ac7a47

Browse files
author
code-reaper08
committed
fetchig works, check function must be done
1 parent 8171856 commit 3ac7a47

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

scarpe2.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

scrape.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const request = require('request');
22
const cheerio = require('cheerio');
33

4-
request('https://github.com/code-reaper08/markdownpedia/blob/main/README.md', (error,response,html) =>{
4+
request('https://github.com/whatwg/html/blob/main/README.md', (error,response,html) =>{
55
if(!error && response.statusCode == 200) {
66
const $ = cheerio.load(html);
77
const linkObjects = $('#readme > article').children().find('a');

0 commit comments

Comments
 (0)