Compare commits
2 Commits
3e303e4b10
...
cb459d4cc7
Author | SHA1 | Date |
---|---|---|
|
cb459d4cc7 | |
|
d795266114 |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.137.1",
|
||||
"version": "1.137.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.137.1",
|
||||
"version": "1.137.2",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -146,7 +146,7 @@ const { argv } = yargs
|
|||
describe: 'Limit amount of scenes when dates are missing.',
|
||||
type: 'number',
|
||||
default: config.noDateLimit,
|
||||
alias: ['no-date-limit', 'null-date-limit', 'limit'],
|
||||
alias: ['null-date-limit', 'limit'],
|
||||
})
|
||||
.option('page', {
|
||||
describe: 'Page to start scraping at',
|
||||
|
|
Loading…
Reference in New Issue