Created
January 18, 2021 07:12
-
-
Save rlanyi/f4eae876292f4dc9792aa8f4a95a4573 to your computer and use it in GitHub Desktop.
Download Apple Aerial Screensaver video files oneliner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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