A simple bash script to download pictures and videos from GoPro's cloud service.
- aria2c
- jq
- curl
- grep
- awk
Clone the repository and make a symbolic link
git clone https://github.com/0xBaphy/gopro-dl
cd gopro-dl
chmod +x gopro-dl
sudo ln -s `pwd`/gopro-dl /usr/local/bin/gopro-dl