I've just found flashgot and tried to use it with wget program (I use FF under ubuntu linux).
However, it was found that there is no convenient way to stop the downloading (I was able to stop only via finding target wget process pid and manually killing it).
Googling showed that it's possible to configure wget to use standard terminal in order to resolve the problem. So, I created custom launcher for the 'gnome-terminal' executable and configured the following command line for it:
Such a setup allows to interrupt downloading, however, I encountered another problem - it seems that target destination folder path is incorrectly processed if it contains symbols over than from standard ASCII set. I.e. if target directory path contains, say, russian symbols, they are not preserved during 'wget' calling by flashgot.-t Downloading -x wget -c [--directory-prefix=FOLDER] [--referer=REFERER] [--post-data=POST] [--load-cookies=CFILE] [--header=Cookie:COOKIE] [--input-file=UFILE]
Example: I define the following destination directory path
Code: Select all
/storage/movie/сериалы/how.i.met.ur.mother/5
Code: Select all
Saving to: `/storage/movie/A5@80;K/how.i.met.ur.mother/5/How.I.Met.Your.Mother.s5.e01.Rus.[Kuraj-Bambey.Ru].avi'
One more note - I checked that built-in 'wget' integration provided with flashgot correctly handles the same destination path (containing non-ASCII characters).
I assume that all I need to do is revise custom wget launcher in order to make it encode path at the correct way. Am I right? Can you provide me a hint on how to do that?
Regards, Denis