From 557c59e5a33321a216e2552886f1dd47c743f887 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 21 Sep 2024 13:06:01 -0600 Subject: [PATCH] added support for bluesky --- dotfiles/gallery-dl/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dotfiles/gallery-dl/config.json b/dotfiles/gallery-dl/config.json index e4de50c..8a56f04 100644 --- a/dotfiles/gallery-dl/config.json +++ b/dotfiles/gallery-dl/config.json @@ -13,6 +13,14 @@ "directory": [], "filename": "{filename}.{extension}" }, + "bluesky": { + "username": "jawz.bsky.social", + "password": "isrb-ydbt-oz52-v7z3", + "directory": ["{author['handle']}"], + "include": ["media"], + "reposts": false, + "videos": true + }, "twitter": { "skip": "abort:1", "directory": ["{user[name]}"],