Compare commits
No commits in common. "77b214f1dc39210b924079e36ca8e4a68376cb43" and "89c0776045ff76c5d985219034ad22e8b52fc5f4" have entirely different histories.
77b214f1dc
...
89c0776045
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.62.9",
|
"version": "1.62.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.62.9",
|
"version": "1.62.8",
|
||||||
"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,6 +446,8 @@ 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