Axel modification script
Posted: Tue Aug 10, 2010 8:49 pm
Hello,
I would like to edit default Axel script which is by default provided by Flashgot. I would like to add section on download and use alternate progress bar. Does anyone know how can I edit those? I've made a script which can be use to download on regular site. But this script won't work on member checked site which require something that i didn't notice yet. Default axel script could download from this site. Below is my script:
Anyone has any idea what is wrong with my script or maybe someone could point me where is the default script for axel for my references. Thanks in advanced and sorry for my bad english.
I would like to edit default Axel script which is by default provided by Flashgot. I would like to add section on download and use alternate progress bar. Does anyone know how can I edit those? I've made a script which can be use to download on regular site. But this script won't work on member checked site which require something that i didn't notice yet. Default axel script could download from this site. Below is my script:
Code: Select all
#!/bin/bash
gnome-terminal -e "axel -n 8 -a -o ~/download $1"
#Where $1 will be retrieve from argument in flashgot setting [URL]