xxwhirlpool
·
2026-06-20
1#!/usr/bin/env bash
2#
3# this is the first step in archiving LJ/DW/etc icons
4# see here:
5# https://bubblegum.girlonthemoon.xyz/articles/downloading-photobucket-hosted-images-without-watermarks
6
7url="$1"
8
9if [[ "$#" -ne 1 ]]; then
10 echo "Usage: geticon [URL]"
11 exit 1
12fi
13
14gallery-dl -g "r:$url" > i.txt