How do I use Git on Mac to download videos file?

mephisto_007

Posts: 225   +1
Hi, how do I use the Git command to download simultaneously download a batch video files in one go? I know it can be done but I just don't know how.

The file extension is ( .sh ) and codes as below (example)

mkdir "download-video"
explorer "download-video"
curl --retry 3 -L -H 'User-Agent: -' 'http://jsv2.a.ymgs.com/upic/2020/09...58efb60372&type=hot&tt=b&di=da4c3eae&bp=10072' > 'download-video/0_40.mp4'
curl --retry 3 -L -H 'User-Agent: -' 'http://jsv2.a.yims.com/upic/2020/07...8efb604372&type=hot&tt=b&di=da4c3eae&bp=10072' > 'download-video/1_38508.mp4'

Please I needed your help

Thank You
 
Back