Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
/ GDriveDL Public archive

GoogleDrive Bulk Downloader Nodejs CLI

Notifications You must be signed in to change notification settings

ariakm25/GDriveDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDriveDL

Google Drive Bulk Downloader

Special thanks to https://github.com/anasrar/Zippy-DL for awesome code

Clone This Repository

$ git clone https://github.com/ariakm25/GDriveDL.git

Change Directory

$ cd GDriveDL-master

Install Dependencies

$ npm install

Link To Binary

$ npm link

How To Use

Download Single File

$ gddl -d <URL>

or

$ node app.js -d <URL>

Download Batch Inline Command

$ gddl -d "<URL1>,<URL2>,..."

or

$ node app.js -d "<URL1>,<URL2>,..."

Download Batch File From list.txt

create list.txt

https://drive.google.com/xxxx
https://drive.google.com/xxxx
https://drive.google.com/xxxx
https://drive.google.com/xxxx
https://drive.google.com/xxxx

then run :

$ gddl -b list.txt

or

$ npm run bulk

Show Help

$ gddl -h

About

GoogleDrive Bulk Downloader Nodejs CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published