2.0.0 • Published 4 years ago

dullahan v2.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

dullahan

Build Status npm

dullahan supports streaming or downloading encoded videos on Google Drive with puppeteer.

Installation

$ npm install -g dullahan

Usage

$ dullahan help

Get cookie and stream map for streaming

Output cookie and stream map to stdout as JSON format.

$ dullahan session -e EMAIL -p PASSWORD -f FILE_ID [--headless]
{"cookie":{"name":"DRIVE_STREAM","value":"xxx","domain":".drive.google.com","hostOnly":false,"path":"/","secure":true,"httpOnly":true,"session":true},"
stream_map":{"18":"https://..."}

Download the encoded video

$ dullahan download -e EMAIL -p PASSWORD -f FILE_ID [-o OUTFILE] [--headless]

License

Apache 2.0

2.0.0

4 years ago

1.0.0

4 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago