From f2c6531934f083b346ed70e83d7ee82fed88ef2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Sol=C3=ADs?= Date: Wed, 9 Jul 2025 15:52:32 +0000 Subject: [PATCH] chore: Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 154b2ec..32d1932 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Public scripts for assorted web maintenance tasks used in my server. # This is a mirrored repository -If you're browsing this repository from [GitHub](https://github.com/csolisr/public-scripts), you should know that the main home for these files is on [my personal server over Forgejo](https://code.azkware.net/csolisr/public-scripts). +If you're browsing this repository from [Codeberg](https://codeberg.org/csolisr/public-scripts) or [GitHub](https://github.com/csolisr/public-scripts), you should know that the main home for these files is on [my personal server over Forgejo](https://code.azkware.net/csolisr/public-scripts). # Description @@ -23,7 +23,7 @@ As you can see, the vast majority of my scripts are used to handle my [Friendica * friendica-find-largest-accounts.sh: Finds which are the contacts that have the most posts assigned to them. * friendica-delete-specific-contact.sh: Uses the same code as the previous scripts to delete all data from a specific user, particularly useful for unfollowed contacts with too many posts. * media-optimize-local.sh: For a given folder, it finds any image files within and compresses them. Requires `gifsicle`, `oxipng`, `jpegoptim`, and `cwebp` installed. -* youtube-download-channel.sh: A wrapper to ease downloading metadata from subscriptions or channels, in order to export it as a CSV, and as a playlist DB file compatible with FreeTube. Requires `yt-dlp`, `jq`, and optionally a cookie to download your subscriptions. +* youtube-download-channel.sh: A wrapper to ease downloading metadata from subscriptions or channels, in order to export it as a CSV, and as a playlist DB file compatible with FreeTube. Requires `yt-dlp`, `jq`, `zstd`, and optionally a cookie to download your subscriptions. # License