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:
#!/bin/bash
gnome-terminal -e "axel -n 8 -a -o ~/download $1"
#Where $1 will be retrieve from argument in flashgot setting [URL]
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.
Does anyone know how to guide me with this? or does anyone know where i could get the axel script used in flashgot by default so i can compare with my bash scripting?