dullahan
v2.0.0
Published
Google Drive streaming tool.
Downloads
2
Readme
dullahan
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