Skip to content

Instantly share code, notes, and snippets.

View majochoc's full-sized avatar

Matt O'Connell majochoc

  • Colorado
View GitHub Profile
@majochoc
majochoc / icloud-album-download.sh
Created January 7, 2025 20:56 — forked from fay59/icloud-album-download.sh
Download entire iCloud shared albums
#!/bin/bash
# requires jq
# arg 1: iCloud web album URL
# arg 2: folder to download into (optional)
function curl_post_json {
curl -sH "Content-Type: application/json" -X POST -d "@-" "$@"
}