Skip to content

Instantly share code, notes, and snippets.

@rlanyi
Created January 18, 2021 07:12
Show Gist options
  • Save rlanyi/f4eae876292f4dc9792aa8f4a95a4573 to your computer and use it in GitHub Desktop.
Save rlanyi/f4eae876292f4dc9792aa8f4a95a4573 to your computer and use it in GitHub Desktop.
Download Apple Aerial Screensaver video files oneliner
curl http://a1.v2.phobos.apple.com.edgesuite.net/us/r1000/000/Features/atv/AutumnResources/videos/entries.json | jq -r .[].assets[].url | wget -i - -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment