Skip to content

ssk090/MKBSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

MKBSDK

  • A script to get all the HD wallpapers from planes app
URL="https://storage.googleapis.com/panels-api/data/20240916/media-1a-i-p~s"
curl -s $URL | jq -r '.data[] | select(has("dhd")) | .dhd' | while read -r url; do
filename=$(basename "${url%%\?*}")
curl -s -o "$filename" "$url"
done

To check the total number of files

ls | wc -l

Interesting Project

About

a cmd script to get all the HD wallpapers from planes app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors