X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=9682d0d2fe1775da1721369af1a4b1b4a5d7bbbb;hp=aca8f599e6e58a1c1b163212248346bd7279f784;hb=d04fb9bff3796025eeedf0f32ae1c0a40366f717;hpb=af7522006b2aa1b92081a474f831df52d6d9ff13 diff --git a/config.def.h b/config.def.h index aca8f59..9682d0d 100644 --- a/config.def.h +++ b/config.def.h @@ -53,7 +53,7 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | /* DOWNLOAD(URI, referer) */ #define DOWNLOAD(d, r) { \ .v = (const char *[]){ "/bin/sh", "-c", \ - "st -e /bin/sh -c \"curl -L -J -O --user-agent '$1'" \ + "st -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 \