We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753eeec commit fbf9acbCopy full SHA for fbf9acb
isic_cli/cli/image.py
@@ -138,6 +138,19 @@ def download(
138
139
anatom_site_general:*torso AND image_type:dermoscopic
140
"""
141
+ if not search and not collections and limit == 0:
142
+ click.echo()
143
+ click.secho(
144
+ "Note: You're downloading the entire ISIC Archive without filters.",
145
+ fg="yellow",
146
+ bold=True,
147
+ )
148
+ click.echo(
149
+ "A prebuilt snapshot of all public data is available for faster bulk access at:\n"
150
+ "https://isic-archive.s3.us-east-1.amazonaws.com/snapshots/ISIC_images.zip"
151
152
153
+
154
outdir.mkdir(parents=True, exist_ok=True)
155
156
def signal_handler(signum, frame):
0 commit comments