mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 08:21:56 +00:00
Removed another debug line
This commit is contained in:
parent
2a30677b7a
commit
035ca95c9f
3 changed files with 2 additions and 4 deletions
2
funi.js
2
funi.js
|
|
@ -45,8 +45,6 @@ const getData = require('./modules/module.getdata.js');
|
|||
const merger = require('./modules/module.merger');
|
||||
const parseSelect = require('./modules/module.parseSelect');
|
||||
|
||||
parseSelect(argv.e);
|
||||
|
||||
// check page
|
||||
if(!isNaN(parseInt(argv.p, 10)) && parseInt(argv.p, 10) > 0){
|
||||
argv.p = parseInt(argv.p, 10);
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "funimation-downloader-nx",
|
||||
"version": "4.12.0",
|
||||
"version": "4.12.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "funimation-downloader-nx",
|
||||
"short_name": "funi",
|
||||
"version": "4.12.0",
|
||||
"version": "4.12.1",
|
||||
"description": "Download videos from Funimation via cli.",
|
||||
"keywords": [
|
||||
"download",
|
||||
|
|
|
|||
Loading…
Reference in a new issue