Search found 21 matches

by adnan
Wed Apr 06, 2016 4:00 pm
Forum: FlashGot Support
Topic: Support for Flareget Mac
Replies: 0
Views: 1979

Support for Flareget Mac

Support for Flareget Linux is already their. Can you add support for Flareget Mac and Windows.
by adnan
Tue Oct 22, 2013 11:57 am
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

You can use following template to integrate manually:

[URL] [-o FNAME] [-c COOKIE] [-l CFILE] [-a USERPASS] [-u UA] [-r REFERER] [-d POST]
by adnan
Tue Jul 30, 2013 11:38 am
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

It still doesn't support flareget. The key for 32 bit Windows is

HKEY_LOCAL_MACHINE\SOFTWARE\FLAREGET\FlareGet

and for 64 bit Windows is

HKEY_LOCAL_MACHINE\SOFTWARE\FLAREGET\FlareGet

or

HKEY_LOCAL_MACHINE\Software\Wow6432Node\FLAREGET\FlareGet
by adnan
Sat May 18, 2013 2:51 pm
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

Here is the key location:
HKEY_LOCAL_MACHINE\Software\Wow6432Node\FLAREGET\FlareGet
by adnan
Fri Feb 08, 2013 7:04 pm
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

It will be installed in "Program Files/Flareget/" and in case of 64 bit systems "Program Files(x86)/Flareget". I will post more information, once it is ready.
by adnan
Thu Feb 07, 2013 4:09 pm
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

flareGet is being released for Windows soon. Can you please add support for flareget in Windows.
by adnan
Wed Dec 19, 2012 7:08 am
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

It still doesn't work as a script name flareget-launcher is used to invoke flareget, which adds shared libraries to the path. Anyways, i will make sure that in next version they create a symbolic link of /opt/flareget/flareget-launcher in /usr/bin as /usr/bin/flareget, so that problem doesn't occur ...
by adnan
Wed Dec 12, 2012 6:35 pm
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

Many users of flashgot posted on my blog that flareGet is not detected by flashgot, if installed from Ubuntu Software Center. So i suppose /opt/flareget/flareget is not detected by flashgot. The output of " echo $PATH " on Ubuntu is: /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:...
by adnan
Tue Dec 11, 2012 6:21 pm
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

The version of flareget available through Ubuntu Software Center, installs flareget in /opt/flareget/flareget , due to which flashgot doesn't detect flareget.
flareget binary has two locations: /usr/bin/flareget and /opt/flareget/flareget (varying with Linux Distros)
by adnan
Tue Nov 06, 2012 11:20 am
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

In accordance to the debian packaging system, i had to change binary name from flareGet to flareget, hence it no more works with flashgot. I hope you would fix that in your next relesase.
by adnan
Thu Nov 01, 2012 11:16 pm
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

So are you adding support for it your next version.
by adnan
Sat Oct 27, 2012 8:53 pm
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

FlashGot doesn't seem to pass filename to download managers even if Content-Disposition header is present along with file name in response header. I suppose their is no reason for not doing that.
by adnan
Sat Oct 06, 2012 10:42 am
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

If you, instead, click on the link and select FlashGot among the handling options, the final URL is sent because is what Firefox can see at that stage. This is the case most of the times. I suppose it is possible to pass on the actual url also. It is because the address bar still contains the origi...
by adnan
Sat Oct 06, 2012 8:47 am
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

In case of http status code 302, a temporary url is generated, which expires after some time. Flashgot ,as expected, passes on the temporary url to download managers and not the original one. This creates problem in resuming, if link expires, since the actual url is not passed to download manager. S...
by adnan
Wed Sep 19, 2012 12:46 am
Forum: FlashGot Development
Topic: Can you add support for flareGet
Replies: 40
Views: 30144

Re: Can you add support for flareGet

I have added support for many options. The command line options look different now:

flareGet [URL] [-o FNAME] [-c COOKIE] [-l CFILE] [-a USERPASS] [-u UA] [-r REFERER] [-d POST]