Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gooder

codedotjs43MIT1.0.4

An API to provide direct download link of publicly shared files on Google Drive

google, drive, google-drive, media, public-media, shared, download, link, extrat, direct-link

readme

gooder

Get direct downloadable link to the publically shared media on google drive.

Build Status

Install

$ npm install --save gooder

Usage

const gooder = require('gooder');

console.log(gooder('url'));

Example

console.log(gooder('https://docs.google.com/file/d/0BxbU2MT68i0cTW9vQzY5QUxwNm8/view'));

// => https://googledrive.com/host/0BxbU2MT68i0cTW9vQzY5QUxwNm8
  • gooder-cli : Download publically shared media from google drive with ease

License

MIT © Rishi Giri