SkillAgentSearch skills...

GDriveDL

GoogleDrive Bulk Downloader Nodejs CLI

Install / Use

/learn @ariakm25/GDriveDL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks2

Languages

JavaScript

Security Score

55/100

Audited on Jan 28, 2023

No findings