Context q methods can accept alternative element as first argument. Added BoobPedia profile scraper. Showing fake boobs icon again.

This commit is contained in:
2020-01-23 22:45:46 +01:00
parent 7a77de9ff6
commit 42d07e86f8
6 changed files with 98 additions and 7 deletions

View File

@@ -5,8 +5,6 @@ const cheerio = require('cheerio');
const { JSDOM } = require('jsdom');
const moment = require('moment');
const knex = require('../knex');
/* eslint-disable newline-per-chained-call */
function scrapeLatest(html, site) {
const $ = cheerio.load(html, { normalizeWhitespace: true });