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
New download manager
New download manager
Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: New download manager
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
Re: New download manager
Doesn't work too
that is what i did

i use this command to strat it correctly
that is what i did

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