Refactored In The Crack. Added chapter videos (unused) and dates. Added stylized entity name field.

This commit is contained in:
DebaucheryLibrarian
2026-02-07 05:53:16 +01:00
parent 33179c0829
commit 9a8527a780
6 changed files with 249 additions and 211 deletions

View File

@@ -5752,7 +5752,8 @@ const sites = [
// IN THE CRACK
{
slug: 'inthecrack',
name: 'InTheCrack',
name: 'In The Crack',
style: 'InTheCrack',
url: 'https://inthecrack.com',
},
// TODO: INDIE https://nats.indiebucks.com/external.php?page=sites
@@ -15502,6 +15503,7 @@ exports.seed = (knex) => Promise.resolve()
const sitesWithNetworks = sites.filter((site) => !site.delete).map((site) => ({
slug: site.slug,
name: site.name,
name_stylized: site.style,
type: site.type || 'channel',
alias: site.alias,
description: site.description,