Skip to content

Commit 5eaf00b

Browse files
parses podcasts, courses, and more in addition to books
1 parent 21dd110 commit 5eaf00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const languages = require("./languages");
77
const commandLineArgs = require("command-line-args");
88

99
const optionDefinitions = [
10-
{ name: "input", multiple: true, defaultValue: ["./fpb/books"] },
10+
{ name: "input", multiple: true, defaultValue: ["./fpb/books", "./fpb/casts", "./fpb/courses", "./fpb/more"] },
1111
{ name: "output", defaultValue: "./parser/fpb.json" },
1212
];
1313

0 commit comments

Comments
 (0)