lundi 23 mars 2020

How to append HTML content extracted with cherio to a specific div of the other webpage using Express?

axios.get(act_link).then(function(res) {
            const c2 = cheerio.load(res.data);
            console.log(c2('.td-post-content').first().html());
        })

//Extracted Data

//Destination where to append

<div class="content">



Aucun commentaire:

Enregistrer un commentaire