Compare commits
2 Commits
677c736621
...
b72bb39ff7
| Author | SHA1 | Date |
|---|---|---|
|
|
b72bb39ff7 | |
|
|
7cdc4a960f |
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.246.13",
|
||||
"version": "1.246.14",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "traxxx",
|
||||
"version": "1.246.13",
|
||||
"version": "1.246.14",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.458.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.246.13",
|
||||
"version": "1.246.14",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -59,13 +59,6 @@ async function fetchLatest(channel, page = 1, { parameters }) {
|
|||
|
||||
if (res.ok) {
|
||||
const scenes = scrapeLatest(res.context, channel, parameters);
|
||||
const vrScenes = scenes.filter((scene) => scene.tags.includes('VR'));
|
||||
|
||||
// console.log(scenes.length, vrScenes.length, scenes.length / vrScenes.length);
|
||||
|
||||
if (vrScenes.length / scenes.length > 0.6) {
|
||||
console.log('VIRTUAL REALITY', channel.slug, channel.url);
|
||||
}
|
||||
|
||||
return scenes;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue