wget +flashgot

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

wget +flashgot

Post by ikacer »

First off, let me say I'm using FlashGot 1.1.9.6 on Linux.

When I use wget as my download manager, the download starts fine, and opens up a terminal that it runs in, but I can't stop the download with ^z(ctrl-z) as I normally would be able to with wget. Is there any way to make the flashgot behave the same way as if I had instead opened up a terminal and typed:

Code: Select all

wget <URL>
?

and also, what's the actual command that FlashGot's "command line argument template" produces? It certainly doesn't simply open a terminal and run wget [URL] because if it did that then wget would behave correctly. Any help on this problem would be greatly appreciated as I have tried everything I could think of, including using bash scripts in FlashGot's "New Custom Download Manager" option.

If there is no way to fix this within flashgot, then does anyone know of a firefox plugin that can feed the url into a script at when you click on a download link?

Thanks in advance.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11 GTB5
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: wget +flashgot

Post by Giorgio Maone »

The built-in wget support uses xterm if found, passing it wget and the command arguments.
In the custom support you can /bin/bash as the executable and any script of yours in the arguments template.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)
ikacer

Re: wget +flashgot

Post by ikacer »

Giorgio Maone wrote:The built-in wget support uses xterm if found, passing it wget and the command arguments.
In the custom support you can /bin/bash as the executable and any script of yours in the arguments template.
I've done that. However, for some reason ctrl-z doesn't work in wget when I start it through Flashgot. Normally ctrl-z will stop the download, but in this instance it does nothing. This is a problem for me because I often have an unstable internet connection which sometimes cuts out. Normally with wget I can just stop and restart the download, but because this doesn't work in flashgot I have to completely abort the download, kill the process, open a new terminal, change directories, and redownload the file with wget using the --continue option. I'm not sure why this doesn't work, but I assume it has something to do with the way flashgot parses the arguments template (or something)?

As it stands now, its much easier to use wget without Flashgot, but I hope I can figure out how to get this to work, because I think it'd be pretty cool to have wget integrated into Firefox.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11 GTB5
bluesdog

Re: wget +flashgot

Post by bluesdog »

wget no longer works with flashgot after latest flashgot upgrade
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091123 Iceweasel/3.5.5 (like Firefox/3.5.5; Debian-3.5.5-1)
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: wget +flashgot

Post by Giorgio Maone »

Could you check latest development build ?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Post Reply