From 95460c98a7cb96d1746669142fd4cc6a4d9abd1d Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 20 Oct 2024 23:56:20 +0200 Subject: [PATCH] Added Taboo Heat. --- seeds/02_sites.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/seeds/02_sites.js b/seeds/02_sites.js index b5222e2f..35c24d62 100755 --- a/seeds/02_sites.js +++ b/seeds/02_sites.js @@ -619,6 +619,17 @@ const sites = [ scene: false, }, }, + { + name: 'Taboo Heat', + slug: 'tabooheat', + url: 'https://www.tabooheat.com', + parent: 'gamma', + independent: true, + parameters: { + layout: 'api', + scene: 'https://www.tabooheat.com/en/video/tabooheat', + }, + }, // AMATEUR ALLURE { name: 'Amateur Allure',