Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian cb459d4cc7 1.137.2 2020-10-20 00:08:24 +02:00
DebaucheryLibrarian d795266114 Removed no-date-limit as argument due yargs conflict. 2020-10-20 00:08:14 +02:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.137.1",
"version": "1.137.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {

View File

@ -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',