diff --git a/modules/mapterhorn_mirror/debug.py b/modules/mapterhorn_mirror/debug.py index f3d4808..8d656ac 100755 --- a/modules/mapterhorn_mirror/debug.py +++ b/modules/mapterhorn_mirror/debug.py @@ -19,16 +19,16 @@ parsed = urlparse(url) base_url = f'{parsed.scheme}://{parsed.netloc}' path = parsed.path.lstrip('/') -destination = '.' +destination = './downloads' subprocess.run( [ 'rclone', - 'ls', + 'copy', '--http-url', base_url, f':http:{path}', - # destination, + destination, '--dump', 'headers', '-vv',