Toc
  1. Install
    1. Windows
  2. Apply
    1. gdown
Toc
0 results found
MINGG
Perl
2021/10/04 software tool Perl

Created: 2021-10-04 16:45

Modified: 2021-10-04 16:45

Install

refer to https://www.runoob.com/perl/perl-environment.html

Windows

Download from http://strawberryperl.com and install step-by-step.

Apply

gdown

a big files down-loader from Google Drive, for more refer to https://circulosmeos.wordpress.com/2014/04/12/google-drive-direct-download-of-big-files/.

# linux
# ./gdown.pl 'gdrive file url' ['desired file name']
./gdown.pl https://drive.google.com/file/d/0B1L_hFrWJfRhLUJZdXdSdTdfSWs/edit axolotl.mp4
# Windows
perl gdown.pl https://drive.google.com/file/d/0B1L_hFrWJfRhLUJZdXdSdTdfSWs/edit axolotl.mp4
打赏
支付宝
微信
本文作者:MINGG
版权声明:本文首发于MINGG的博客,转载请注明出处!