magloft / adcdownload

Smart file downloader from Apple Developer downloads area
67 stars 13 forks source link

Couldn't verify that spaceship is up to date #5

Open shubhamhackz opened 5 years ago

feldegast commented 5 years ago

i am seeing this as well.... osx 10.14.4

Digolodollarz commented 5 years ago

Having this issue as well macOS 10.14

mikbeach commented 4 years ago

Also getting this issue when running adcdownload get https://download.developer.apple.com/Developer_Tools/Xcode_10.3/Xcode_10.3.xip

boldijar commented 4 years ago

Same !

JulesMoorhouse commented 4 years ago

me too

hujiee commented 4 years ago

me too

arusa commented 3 years ago

Almost 2 years later: me too ;-)

hujiee commented 3 years ago

Almost 2 years later: me too ;-)

you can try use aria2 + cookie download it!

JulesMoorhouse commented 3 years ago

@hujiee can you provide an implementation example please?

hujiee commented 3 years ago

@hujiee can you provide an implementation example please?

this is the example I wrote in Chinese https://zhuanlan.zhihu.com/p/308057056

briefly 1,brew install aria2 2,use Firefox or Chrome go to the apple developer download pagehttps://developer.apple.com/download/more/ (sign in required) and get your cookie[F12] 3,get the xcode url you need such as https://download.developer.apple.com/Developer_Tools/Xcode_12.2/Xcode_12.2.xip 4,aria2c -c -s10 -k1M -x16 --enable-rpc=false -o 'Xcode12.2.xip' --header "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" --header "Cookie: your cookie string" "your xcode url"