{"id":16020703,"url":"https://github.com/7x11x13/ez-pyload","last_synced_at":"2025-07-06T01:34:21.411Z","repository":{"id":228899356,"uuid":"775214758","full_name":"7x11x13/ez-pyload","owner":"7x11x13","description":"Wrapper for pyLoad to allow downloading files through Python (no webserver). Includes CLI","archived":false,"fork":false,"pushed_at":"2024-04-13T06:43:17.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-13T20:56:03.711Z","etag":null,"topics":["download","downloader","dropbox","google-drive","mediafire","mega","pyload","wetransfer"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/ez-pyload/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/7x11x13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-21T00:58:58.000Z","updated_at":"2024-04-14T21:39:43.886Z","dependencies_parsed_at":"2024-04-14T21:39:34.079Z","dependency_job_id":"65208a74-dcd5-4b77-b282-66534c60b39d","html_url":"https://github.com/7x11x13/ez-pyload","commit_stats":null,"previous_names":["7x11x13/ez-pyload"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7x11x13%2Fez-pyload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7x11x13%2Fez-pyload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7x11x13%2Fez-pyload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7x11x13%2Fez-pyload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7x11x13","download_url":"https://codeload.github.com/7x11x13/ez-pyload/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243279636,"owners_count":20265867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["download","downloader","dropbox","google-drive","mediafire","mega","pyload","wetransfer"],"created_at":"2024-10-08T17:43:44.521Z","updated_at":"2025-03-12T19:26:22.518Z","avatar_url":"https://github.com/7x11x13.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ez-pyload\n\nWrapper for [pyLoad](https://github.com/pyload/pyload) so it can be used in your Python projects without starting a webserver like pyLoad normally does.\n\n## Why?\nI'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.\n\n## Installation\n\n`$ python3 -m pip install ez-pyload`\n\n## Using as a library\n\nez-pyload comes with a single function: `download(url: str, download_dir: str | Path, loglevel: int = logging.INFO) -\u003e Path)`\nThis 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.\n\n### Example\n\n```py\nfrom ez_pyload import download\n\npath = download(\"https://drive.google.com/file/d/xxxxxxxxxxxxxxxxxxx-xxxxxxxx/view?usp=drive_link\", \".\")\nprint(\"Downloaded file:\", path)\n```\n\n## Using as a CLI app\nAfter installing, you may use `pydl [url] [path]` to download a file/folder at url to the given path (defaults to current working directory)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7x11x13%2Fez-pyload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7x11x13%2Fez-pyload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7x11x13%2Fez-pyload/lists"}