Refactored various modules for entities. Updated and refactored Kink scraper.

This commit is contained in:
2020-06-27 02:57:30 +02:00
parent 4959dfd14f
commit af56378ee2
107 changed files with 539 additions and 414 deletions

View File

@@ -2830,6 +2830,13 @@ const sites = [
description: 'Learn BDSM Technical Skills & Theories From Respected Teachers In The Kink Community. Learn BDSM skills and improve your sex techniques. Video tutorials feature top sex ed experts and hardcore demos on topics from bondage to relationships.',
network: 'kink',
},
{
slug: 'kinkybites',
name: 'Kinky Bites',
url: 'https://www.kink.com/channel/kinkybites',
description: 'Come see what the hottest kink models have for you at home. Sink your teeth into this kinky private collection made just for you.',
network: 'kink',
},
{
slug: 'meninpain',
name: 'Men In Pain',
@@ -6369,7 +6376,7 @@ exports.seed = knex => Promise.resolve()
const sitesWithNetworks = sites.map(site => ({
slug: site.slug,
name: site.name,
type: site.type || 2,
type: site.type || 'channel',
alias: (site.alias || []).join(','),
description: site.description,
url: site.url,