From f009c90e5dffca182abdaf307a851008d529802c Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 9 Jul 2023 05:23:17 +0200 Subject: [PATCH] Updated Blowpass seed entries. --- seeds/01_networks.js | 6 +++--- seeds/02_sites.js | 20 ++------------------ src/updates.js | 2 -- 3 files changed, 5 insertions(+), 23 deletions(-) diff --git a/seeds/01_networks.js b/seeds/01_networks.js index 39881ff6..2f9f721d 100755 --- a/seeds/01_networks.js +++ b/seeds/01_networks.js @@ -164,15 +164,15 @@ const networks = [ url: 'https://www.blowpass.com', description: 'Welcome to Blowpass.com, your ultimate source for deepthroat porn, MILF and teen blowjob videos, big cumshots and any and everything oral!', parameters: { - mobile: 'https://m.blowpass.com/en/video/v/%d', // v can be any string, %d will be scene ID - actorScenes: 'https://www.blowpass.com/en/videos/blowpass/latest/All-Categories/0{path}/{page}', + layout: 'api', + referer: 'https://www.blowpass.com', }, parent: 'gamma', }, { slug: 'bluedonkeymedia', name: 'Blue Donkey Media', - url: 'https://www.blowpass.com', + url: 'https://bluedonkeymedia.nl', }, { slug: 'brazzers', diff --git a/seeds/02_sites.js b/seeds/02_sites.js index f2fd1a74..24311dea 100755 --- a/seeds/02_sites.js +++ b/seeds/02_sites.js @@ -1910,10 +1910,6 @@ const sites = [ url: 'https://www.1000facials.com', description: 'Welcome to 1000Facials.com, your source for the best facial porn with huge cumshots on your favorite teen and MILF pornstars. Watch all the blowjob action inside!', parent: 'blowpass', - parameters: { - latest: '/en/scenes/updates/%d/Category/0/Pornstar/0', - upcoming: '/en/scenes/upcoming', - }, }, { slug: 'immorallive', @@ -1922,10 +1918,6 @@ const sites = [ url: 'https://www.immorallive.com', description: 'Watch live sex shows and videos on ImmoralLive.com, featuring wild and crazy sex orgies, group sex, blowjob competitions and toy play from the famous Porno Dan. The hottest pornstars and amateur girls cum hard inside', parent: 'blowpass', - parameters: { - latest: '/en/videos/All-Categories/0/All-Pornstars/0/All/0/', - upcoming: '/en/videos/All-Categories/0/All-Pornstars/0/All/0/1/upcoming', - }, }, { slug: 'mommyblowsbest', @@ -1934,10 +1926,6 @@ const sites = [ url: 'https://www.mommyblowsbest.com', description: 'Welcome to MommyBlowsBest.com. Home to thousands of MILF blowjobs and hot mom porn! Come see why experience counts, right here at MommyBlowsBest.com!', parent: 'blowpass', - parameters: { - latest: '/en/scenes/updates/0/Category/0/Actor/', - upcoming: '/en/scenes/upcoming', - }, }, { slug: 'onlyteenblowjobs', @@ -1945,11 +1933,10 @@ const sites = [ alias: ['otb'], url: 'https://www.onlyteenblowjobs.com', description: 'OnlyTeenBlowjobs.com brings you the best teen blowjob porn featuring today\'s hottest young pornstars and amateurs. Watch as teens use their little mouths to suck and deepthroat the biggest of cocks!', - parent: 'blowpass', parameters: { - latest: '/en/scenes/updates/0/Category/0/Actor/', - upcoming: '/en/scenes/upcoming', + scene: 'https://www.onlyteenblowjobs.com/en/scene', }, + parent: 'blowpass', }, { slug: 'throated', @@ -1958,9 +1945,6 @@ const sites = [ url: 'https://www.throated.com', description: 'Throated.com is your portal for extreme throat fuck porn, face fucking videos and deepthroat gagging pornstars. Watch teens and MILFs go balls deep, swallowing cock in HD!', parent: 'blowpass', - parameters: { - layout: 'api', - }, }, { slug: 'sunlustxxx', diff --git a/src/updates.js b/src/updates.js index 07d4d375..45654a21 100755 --- a/src/updates.js +++ b/src/updates.js @@ -229,8 +229,6 @@ async function scrapeChannel(channelEntity, accNetworkReleases, beforeNetwork) { const scraper = resolveScraper(channelEntity); const layoutScraper = resolveLayoutScraper(channelEntity, scraper); - console.log(layoutScraper); - if (!layoutScraper) { logger.warn(`No scraper found for '${channelEntity.name}' (${channelEntity.parent?.name})`); return emptyReleases;