forked from DebaucheryLibrarian/traxxx
Excluding studios from entity aggregration. Added profile scraping to Teste de Fudelidade.
This commit is contained in:
@@ -206,8 +206,9 @@ async function fetchEntitiesBySlug(entitySlugs, prefer = 'channel') {
|
||||
parent_id,
|
||||
array['parent'] as parent_path
|
||||
FROM entities
|
||||
WHERE slug = ANY(:entitySlugs)
|
||||
OR url ILIKE ANY(:entityHosts)
|
||||
WHERE (slug = ANY(:entitySlugs)
|
||||
OR url ILIKE ANY(:entityHosts))
|
||||
AND type IN ('channel', 'network')
|
||||
|
||||
UNION ALL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user