New download manager

Ask for help about FlashGot, no registration needed to post
Post Reply
a.atalla
Posts: 2
Joined: Mon Jan 09, 2012 6:11 pm

New download manager

Post by a.atalla »

first i want to thank alot the team of flashgot
i'm developing a download manager in PyQt , and i make it accept the url as an arguments
is enough to use it with flash got , as i add the binary path and [URL] in the settings but it doesn't work
Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: New download manager

Post by Giorgio Maone »

I suspect you need to specify Python as the executable, and the script path as the first argument (before [URL]).
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
a.atalla
Posts: 2
Joined: Mon Jan 09, 2012 6:11 pm

Re: New download manager

Post by a.atalla »

Doesn't work too
that is what i did

Image

i use this command to strat it correctly

Code: Select all

python  /home/ahmed/workspace/QBarq/barq.py  http://downloads.sourceforge.net/salix/salix64-xfce-13.37.iso
Mozilla/5.0 (X11; Linux i686; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Post Reply