Contents

gdown 5.2.1

0

Google Drive Public File/Folder Downloader

Google Drive Public File/Folder Downloader

Stars: 5113, Watchers: 5113, Forks: 408, Open Issues: 65

The wkentaro/gdown repo was created 10 years ago and the last code push was 1 months ago.
The project is extremely popular with a mindblowing 5113 github stars!

How to Install gdown

You can install gdown using pip

pip install gdown

or add it to a project with poetry

poetry add gdown

Package Details

Author
None
License
MIT
Homepage
None
PyPi:
https://pypi.org/project/gdown/
GitHub Repo:
https://github.com/wkentaro/gdown

Classifiers

  • Software Development/Libraries/Python Modules
No  gdown  pypi packages just yet.

Errors

A list of common gdown errors.

Code Examples

Here are some gdown code examples and snippets.

GitHub Issues

The gdown package has 65 open issues on GitHub

  • feat(download): replace tqdm with rich for advanced progress bar
  • Feature: Support downloading Google Drive folders unlimitedly using Playwright
  • GDown don't retrieve and don't download entire folder contents

See more issues on GitHub

Related Packages & Articles

httpie 3.2.4

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.