Skip to content

Commit 4fac417

Browse files
committed
allow downloading post media
1 parent 95959d5 commit 4fac417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ async function spawn(args) {
212212
api = Post;
213213
ids = args["ids"].split(",");
214214
args["id"] = ids.length === 1 ? ids[0] : "posts";
215+
args["full"] = true;
215216
}
216217

217218
// Define options

0 commit comments

Comments
 (0)