diff options
Diffstat (limited to 'gallery_dl/option.py')
| -rw-r--r-- | gallery_dl/option.py | 5 |
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", |
