summaryrefslogtreecommitdiffstats
path: root/gallery_dl/option.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-01-11 03:25:41 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-01-11 03:25:41 -0500
commit6335711bbe769b6b9301a88d88790d7a2f8aa82e (patch)
tree9122f4da2bcce66fbee1a2f21260a2de53dc4cc7 /gallery_dl/option.py
parent87a5aa088ce33a1196ff409b76a9ea8233bdc634 (diff)
New upstream version 1.16.3.upstream/1.16.3
Diffstat (limited to 'gallery_dl/option.py')
-rw-r--r--gallery_dl/option.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/gallery_dl/option.py b/gallery_dl/option.py
index 01537d6..367b934 100644
--- a/gallery_dl/option.py
+++ b/gallery_dl/option.py
@@ -136,6 +136,11 @@ def build_parser():
help="Print URLs instead of downloading",
)
output.add_argument(
+ "-G",
+ dest="list_urls", action="store_const", const=128,
+ help=argparse.SUPPRESS,
+ )
+ output.add_argument(
"-j", "--dump-json",
dest="jobtype", action="store_const", const=job.DataJob,
help="Print JSON information",