updated scripts

This commit is contained in:
Stefen Auris 2024-09-06 14:55:33 -04:00
parent b1e7aced19
commit 6c479d240d
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
gallery-dl -u stefenauris.com --abort 6 --sleep 1-2 -o include=all -o reposts=true -o archive=~/gallery-dl/bluesky/stefenauris.com/likes.sqlite3 -o blacklist= -d ~/gallery-dl/bluesky/stefenauris.com/ "https://bsky.app/profile/stefenauris.com"
gallery-dl -u stefenauris.com -p `cat ~/.gallery-dl/bsky-secret.txt` --abort 6 --sleep 1-2 -o include=all -o reposts=true -o archive=~/gallery-dl/bluesky/stefenauris.com/likes.sqlite3 -o blacklist= -d ~/gallery-dl/bluesky/stefenauris.com/ "https://bsky.app/profile/stefenauris.com"