diff options
| author | 2022-01-25 20:10:48 -0500 | |
|---|---|---|
| committer | 2022-01-25 20:10:48 -0500 | |
| commit | 8a812de1450d5d53fc1cd9a59f6c3f08452fc5b1 (patch) | |
| tree | 8dc998621e167fb99f5e743857d8495daac2f6cd /gallery_dl/option.py | |
| parent | 8de58070ee3e55f29966a787fd618632dbf4309b (diff) | |
New upstream version 1.20.3.upstream/1.20.3
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 cdfe9a1..e1ada09 100644 --- a/gallery_dl/option.py +++ b/gallery_dl/option.py @@ -124,6 +124,11 @@ def build_parser(): help="Use the specified proxy", ) general.add_argument( + "--source-address", + dest="source-address", metavar="IP", action=ConfigAction, + help="Client-side IP address to bind to", + ) + general.add_argument( "--clear-cache", dest="clear_cache", metavar="MODULE", help="Delete cached login sessions, cookies, etc. for MODULE " |
