FlashGot + standalone wget

Ask for help about FlashGot, no registration needed to post
Post Reply
bombrush

FlashGot + standalone wget

Post 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"?
Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Firefox/38.0
User avatar
therube
Ambassador
Posts: 7929
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: FlashGot + standalone wget

Post 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
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 SeaMonkey/2.40
bombrush

Re: FlashGot + standalone wget

Post 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 :\
Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Firefox/38.0
bombrush

Re: FlashGot + standalone wget

Post 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.
Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Firefox/38.0
Post Reply