Skip to content

Fetch all files from a cloud storage share link using HTTP requests. Compatible with Google Drive, Dropbox, MediaFire, and WeTransfer.

Notifications You must be signed in to change notification settings

jesusyanez/Fetcht

Repository files navigation

fileshare

Download from fileshare sites with Python.

Works with Google Drive, MediaFire, DropBox, and WeTransfer.

Requirements

  • Python 3
  • Windows or Linux
  • Downloads from share links.

Usage

import cdl

cdl.grab(<URL>, <OUTPUT_FOLDER_PATH>)

Links

Google Drive
------------------------------------------------------------
https://drive.google.com/drive/folders/example?usp=sharing
https://drive.google.com/file/d/example/view?usp=sharing

Dropbox
------------------------------------------------------------
https://www.dropbox.com/s/example/example?dl=0(1)
https://www.dropbox.com/sh/example/example?dl=0(1)

MediaFire
------------------------------------------------------------
https://www.mediafire.com/file/example/example/file

WeTransfer
------------------------------------------------------------
https://wetransfer.com/downloads/example/example

Acknowledgement

Code was borrowed from gdrivedl, mediafire-dl, and transferwee to create lootdl.

About

Fetch all files from a cloud storage share link using HTTP requests. Compatible with Google Drive, Dropbox, MediaFire, and WeTransfer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages