Skip to content

A simple module to get direct download Link for all well-known Cloud storages in one place.

License

Notifications You must be signed in to change notification settings

Nirav-Madhani/Drive-URL-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drive-URL-Decoder

License: MIT

A simple module to get direct download Link for all well-known Cloud storages in one place.

Sample Usage:

from main import getLink
print(getLink('https://drive.google.com/file/d/0B9cVpIKZxC6fc3RhcnRlcl9maWxlX2Rhc2hlclYw/view?usp=sharing'))
print(getLink('https://drive.google.com/file/d/0B9cVpIKZxC6fc3RhcnRlcl9maWxlX2Rhc2hlclYw/view?usp=sharing','pdf'))

Included Sites / Services

  • Dropbox
  • One Drive
  • Google Drive
  • Google Docs, Sheets, Slides

Todo -

  • Publish a package
  • Add more sites
  • Add more features (currently; only to direct link feature)

Known Supported Formats:

  • Google Docs - doc,pdf
  • Google Slide - pdf,pptx
  • Google Sheet - xlsx,pdf,csv

About

A simple module to get direct download Link for all well-known Cloud storages in one place.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages