Compare commits
2 Commits
89c0776045
...
77b214f1dc
Author | SHA1 | Date |
---|---|---|
|
77b214f1dc | |
|
345103d759 |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.62.8",
|
"version": "1.62.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.62.8",
|
"version": "1.62.9",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -446,8 +446,6 @@ async function associateActors(mappedActors, releases) {
|
||||||
|
|
||||||
// basic actor scraping is failure prone, don't together with actor association
|
// basic actor scraping is failure prone, don't together with actor association
|
||||||
// await scrapebasicactors(),
|
// await scrapebasicactors(),
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
|
@ -425,7 +425,7 @@ async function storeReleases(releases) {
|
||||||
storeReleaseAssets(storedReleases),
|
storeReleaseAssets(storedReleases),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
await scrapeBasicActors(),
|
await scrapeBasicActors();
|
||||||
|
|
||||||
return {
|
return {
|
||||||
releases: storedReleases,
|
releases: storedReleases,
|
||||||
|
|
Loading…
Reference in New Issue