dullahan

Google Drive streaming tool.

Usage no npm install needed!

<script type="module">
  import dullahan from 'https://cdn.skypack.dev/dullahan';
</script>

README

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