Added support for Reality Kings sites 'Look At Her Now' and 'Tranny Surprise'.

This commit is contained in:
2019-12-07 00:42:47 +01:00
parent 2a1fd87ee8
commit 98b9c885ec
12 changed files with 142 additions and 68 deletions

View File

@@ -62,7 +62,7 @@ async function findSiteByUrl(url) {
'sites.*',
'networks.name as network_name', 'networks.slug as network_slug', 'networks.url as network_url', 'networks.description as network_description', 'networks.parameters as network_parameters',
)
.where('sites.url', 'like', `%${domain}`)
.where('sites.url', 'like', `%${domain}%`)
.first();
if (site) {