Added orphan media flush config. Added Jules Jordan to proxy list due SFW redirect.
This commit is contained in:
@@ -323,6 +323,7 @@ const { argv } = yargs
|
||||
describe: 'Remove all orphaned media items from database and disk.',
|
||||
type: 'boolean',
|
||||
alias: 'flush-media',
|
||||
default: config.media.flushOrphaned,
|
||||
})
|
||||
.option('flush-media-files', {
|
||||
describe: 'Remove files from storage when flushing media.',
|
||||
|
||||
@@ -265,8 +265,6 @@ function scrapeMovie({ query }, { url }) {
|
||||
|
||||
scene.entryId = getEntryIdFromTitle(scene);
|
||||
|
||||
console.log(scene);
|
||||
|
||||
return scene;
|
||||
});
|
||||
|
||||
@@ -275,8 +273,6 @@ function scrapeMovie({ query }, { url }) {
|
||||
movie.date = movie.scenes?.[0]?.date;
|
||||
movie.datePrecision = 'month';
|
||||
|
||||
console.log('jj movie', movie);
|
||||
|
||||
return movie;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user