forked from DebaucheryLibrarian/traxxx
				
			Removed Tu Venganza and Operación Limpieza from Mamacitaz on PornDoe.
This commit is contained in:
		
							parent
							
								
									37106e9230
								
							
						
					
					
						commit
						65dedc80ed
					
				|  | @ -12909,6 +12909,13 @@ const sites = [ | |||
| 		parent: 'loveherfilms', | ||||
| 	}, | ||||
| 	// MAMACITAZ
 | ||||
| 	{ | ||||
| 		name: 'Mamacitaz', | ||||
| 		slug: 'mamacitaz', | ||||
| 		url: 'https://mamacitaz.com/channels/mamacitaz.en.html', | ||||
| 		tags: ['latina'], | ||||
| 		parent: 'mamacitaz', | ||||
| 	}, | ||||
| 	{ | ||||
| 		name: 'Her Big Ass', | ||||
| 		slug: 'herbigass', | ||||
|  | @ -12935,6 +12942,7 @@ const sites = [ | |||
| 		slug: 'tuvenganza', | ||||
| 		url: 'https://mamacitaz.com/channels/tu-venganza.en.html', | ||||
| 		tags: ['latina'], | ||||
| 		delete: true, | ||||
| 		parent: 'mamacitaz', | ||||
| 	}, | ||||
| 	{ | ||||
|  | @ -12942,6 +12950,7 @@ const sites = [ | |||
| 		slug: 'operacionlimpieza', | ||||
| 		url: 'https://mamacitaz.com/channels/operation-limpieza.en.html', | ||||
| 		tags: ['latina'], | ||||
| 		delete: true, | ||||
| 		parent: 'mamacitaz', | ||||
| 	}, | ||||
| 	// MARISKA X
 | ||||
|  | @ -20919,7 +20928,7 @@ exports.seed = (knex) => Promise.resolve() | |||
| 		const { inserted, updated } = await upsert('entities', sitesWithNetworks, ['slug', 'type'], knex); | ||||
| 		const sitesMap = [].concat(inserted, updated).reduce((acc, { id, slug }) => ({ ...acc, [slug]: id }), {}); | ||||
| 
 | ||||
| 		const tagAssociations = sites.map((site) => (site.tags | ||||
| 		const tagAssociations = sites.map((site) => (site.tags && !site.delete | ||||
| 			? site.tags.map((tagSlug) => { | ||||
| 				const tag = tagsMap[tagSlug]; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue