forked from DebaucheryLibrarian/traxxx
Removed stray console log from AnalVids scraper.
This commit is contained in:
parent
712ad06ed4
commit
87adc0472e
|
@ -93,8 +93,6 @@ async function fetchLatest(channel, page) {
|
|||
// const res = await unprint.get(`https://www.analvids.com/new-videos/${page}`, { selectAll: '.card-scene' }); // analvids as channel
|
||||
const res = await unprint.get(`${channel.url}/latest/${page}`, { selectAll: '.card-scene' }); // studios as channels
|
||||
|
||||
console.log(res.ok, res.status, res.context.length, channel.url);
|
||||
|
||||
if (res.ok) {
|
||||
return scrapeAll(res.context, channel);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue