Improved module structure. Added individual scene scrapers for Jules Jordan and XEmpire.
This commit is contained in:
@@ -8,6 +8,15 @@ const { argv } = yargs
|
||||
describe: 'Fetch data without rendering interface',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
})
|
||||
.option('scene', {
|
||||
describe: 'Fetch scene info from URL',
|
||||
type: 'string',
|
||||
})
|
||||
.option('copy', {
|
||||
describe: 'Copy relevant result to clipboard',
|
||||
type: 'boolean',
|
||||
alias: 'c',
|
||||
});
|
||||
|
||||
module.exports = argv;
|
||||
|
||||
Reference in New Issue
Block a user