Page 1 of 1
FlashGot + standalone wget
Posted: Mon Jun 13, 2016 2:37 pm
by bombrush
Hi, how connect flashgot with wget?
Wget is usually not installed, just unzipped exe placed somewhere, no registry entries.
How to tell flashgot it is "installed here"?
Re: FlashGot + standalone wget
Posted: Mon Jun 13, 2016 3:34 pm
by therube
https://flashgot.net/features#customdm
?
"--continue [--output-document=FNAME] [--referer=REFERER] [--post-data=POST] [--load-cookies=CFILE] [--header=Cookie:COOKIE] [--user-agent=UA] [URL]"
viewtopic.php?f=6&t=20360
Re: FlashGot + standalone wget
Posted: Mon Jun 13, 2016 4:40 pm
by bombrush
Thanks, but how make flashgot native wget entry on the list active?
All downloads landing in c:\Program Files\Mozilla Firefox\ , but I'm choosing different download destination :\
Re: FlashGot + standalone wget
Posted: Mon Jun 13, 2016 5:43 pm
by bombrush
Ok, with cmd "bypass" working good.
C:\System32\cmd.exe <-- quite unusual path in tutorial
Finally I wanted to bypass "ask destination folder" window, with hard defined location:
Arguments template to download to drive G:
/C start wget -c [--directory-prefix=G:\] [--referer=REFERER] [--post-data=POST]
[--load-cookies=CFILE] [--header=Cookie:COOKIE] [--input-file=UFILE]
resulted in creating download dir "]" on G:\
so I removed closing ] from template and it fixed issue.