dullahan

2.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dullahan

Weekly Downloads

1

Version

2.0.0

License

Apache-2.0

Unpacked Size

26.4 kB

Total Files

13

Last publish

Collaborators

  • drillbits