Compare commits
No commits in common. "744bdb317019bfb6fbd341eae522e90b399fa513" and "99f2faa3283282662322f916066494807d79ee27" have entirely different histories.
744bdb3170
...
99f2faa328
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.228.14",
|
||||
"version": "1.228.13",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "traxxx",
|
||||
"version": "1.228.14",
|
||||
"version": "1.228.13",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@casl/ability": "^5.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.228.14",
|
||||
"version": "1.228.13",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -254,7 +254,6 @@ async function scrapeScene({ html, query }, url, site, options) {
|
|||
}));
|
||||
|
||||
release.tags = query.cnts('.update_tags a');
|
||||
release.director = release.tags?.find((tag) => ['mike john'].includes(tag?.trim().toLowerCase()));
|
||||
|
||||
const posterPath = html.match(/useimage = "(.*)"/)?.[1];
|
||||
|
||||
|
|
Loading…
Reference in New Issue