parses podcasts, courses, and more in addition to books
parent
21dd110fe6
commit
5eaf00bfd8
2
index.js
2
index.js
|
@ -7,7 +7,7 @@ const languages = require("./languages");
|
|||
const commandLineArgs = require("command-line-args");
|
||||
|
||||
const optionDefinitions = [
|
||||
{ name: "input", multiple: true, defaultValue: ["./fpb/books"] },
|
||||
{ name: "input", multiple: true, defaultValue: ["./fpb/books", "./fpb/casts", "./fpb/courses", "./fpb/more"] },
|
||||
{ name: "output", defaultValue: "./parser/fpb.json" },
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue