Added support for Reality Kings sites 'Look At Her Now' and 'Tranny Surprise'.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user