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"?
FlashGot + standalone wget
FlashGot + standalone wget
Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Firefox/38.0
Re: FlashGot + standalone wget
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
?
"--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
Re: FlashGot + standalone wget
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 :\
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
Re: FlashGot + standalone wget
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.
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