Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gdown/download_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .exceptions import FolderContentsMaximumLimitError
from .parse_url import is_google_drive_url

MAX_NUMBER_FILES = 50
MAX_NUMBER_FILES = 500


class _GoogleDriveFile(object):
Expand Down