Coder Social home page Coder Social logo

7x11x13 / ez-pyload Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 33 KB

Wrapper for pyLoad to allow downloading files through Python (no webserver). Includes CLI

Home Page: https://pypi.org/project/ez-pyload/

Python 100.00%
download downloader dropbox google-drive mediafire mega pyload wetransfer

ez-pyload's Introduction

ez-pyload

Wrapper for pyLoad so it can be used in your Python projects without starting a webserver like pyLoad normally does.

Why?

I've been trying to find a library or CLI app which is able to download from many different filehosting sites for a long while now. The only free downloaders I have been able to find with support for many filehosting sites are jDownloader2 and pyLoad, neither of which seem to have a CLI interface or developer friendly API/documentation, and both of which seem to run a webserver just to be able to download some files. This library (hopefully) fixes this problem.

Installation

$ python3 -m pip install ez-pyload

Using as a library

ez-pyload comes with a single function: download(url: str, download_dir: str | Path, loglevel: int = logging.INFO) -> Path) This function will download the file/folder at url to the directory download_dir. If loglevel is set to logging.DEBUG, debug mode will be enabled.

Example

from ez_pyload import download

path = download("https://drive.google.com/file/d/xxxxxxxxxxxxxxxxxxx-xxxxxxxx/view?usp=drive_link", ".")
print("Downloaded file:", path)

Using as a CLI app

After installing, you may use pydl [url] [path] to download a file/folder at url to the given path (defaults to current working directory)

ez-pyload's People

Contributors

7x11x13 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.