dug down to the acutal table of presidents

This commit is contained in:
Robyn Drake 2023-04-11 14:35:54 -05:00
parent 5dc8a9d5e4
commit 85d25840bd
1 changed files with 1 additions and 6 deletions

View File

@ -8,13 +8,8 @@ const body = await response.text();
const $ = cheerio.load(body);
let data = $(".mw-page-container-inner");
let data = $(".wikitable");
console.log(data.html());
/*
let data = $("mw-page-container-inner").html();
console.log(data);
*/