Source
--- config.def.h.orig 2017-08-26 11:55:02.000000000 -0700
+++ config.def.h 2017-08-26 11:59:01.000000000 -0700
/* DOWNLOAD(URI, referer) */
#define DOWNLOAD(d, r) { \
.v = (const char *[]){ "/bin/sh", "-c", \
- "st -e /bin/sh -c \"curl -g -L -J -O --user-agent '$1'" \
+ "cd ~/Downloads;" \
+ "xterm -e /bin/sh -c \"curl -g -L -J -O --user-agent '$1'" \
" --referer '$2' -b $3 -c $3 '$0';" \
" sleep 5;\"", \
d, useragent, r, cookiefile, NULL \