Disabled global banners for Hentaied, only on entity page.
This commit is contained in:
parent
222be390ec
commit
33179c0829
|
|
@ -735,6 +735,7 @@ const affiliates = [
|
|||
parameters: {
|
||||
query: 'ref=npjyjuekbvehqzpyqukrgqoogmwbkz',
|
||||
dynamicScene: 'https://hentaied.pro{scenePath}?ref=npjyjuekbvehqzpyqukrgqoogmwbkz',
|
||||
global: false, // banners might be a bit too disturbing for front-page
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@ function scrapeAll(scenes) {
|
|||
|
||||
release.teaser = query.video('.vidcont video', { attribute: 'data-src' });
|
||||
|
||||
console.log(release);
|
||||
|
||||
return release;
|
||||
}).filter(Boolean);
|
||||
}
|
||||
|
|
@ -92,8 +90,6 @@ function scrapeScene({ query }, { url }) {
|
|||
};
|
||||
}
|
||||
|
||||
console.log(release);
|
||||
|
||||
return release;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue