aboutsummaryrefslogtreecommitdiff
path: root/grab-queue
diff options
context:
space:
mode:
Diffstat (limited to 'grab-queue')
-rwxr-xr-xgrab-queue2
1 files changed, 1 insertions, 1 deletions
diff --git a/grab-queue b/grab-queue
index febd308..11c4343 100755
--- a/grab-queue
+++ b/grab-queue
@@ -203,7 +203,7 @@ class GrabQueue:
if args.downloader == None:
#args.downloader = '/usr/bin/wget'
- args.downloader = 'grab-site'
+ args.downloader = 'grab-site --no-offsite-links --wpull-args="--monitor-disk --monitor-memory"'
self.download = DownloadMultiple(self.limit_concurrent, self.progress, self.debug, args.downloader)