Paid Apps Gone Free - PAGF (Beta)

Finally a Download Accelerator for Linux that Works with Chromium


There are not many download accelerators for Linux that integrate well with web browsers and have support for downloading links right from the browser. Command line tools like Axel download accelerator and Aria2 are available for Linux but then you have to download links by copy/pasting them into terminal or in a GUI for it.

PyAxelWS Download Accelerator Extension for Chromium now allows users to accelerate downloads by using a simple python script PyAxelWS and HTML5 Web Sockets. PyAxelWS is an extended version of original python script Pyaxel that allows users to download files from terminal.

Pyaxel Features
  • Accelerated downloads: Files are divided into pieces and each piece is downloaded via a separate HTTP connection. This can significantly increase download speed if the server throttles individual connections.
  • Persistent reconnection: If connections time out, they are retried repeatedly until that piece of the file is completely downloaded.
  • Resumable downloads: Downloads can be stopped and resumed at a later time.
  • Download speed limiting: The bandwidth taken up by the program can be limited so that it does not swallow up all your available bandwidth.
  • Download progress indication: Indicates the progress of each connection and provides estimates of the time remaining to complete the download.
New features introduced by PyAxelWS
  • HTML5 Web Socket server implementation
  • A Javascript library that provides an interface to the server
  • A client application designed for the Chromium web browser
Installation and Configuration Instructions
  • Download PyAxelWS scripts from here
  • Download Chromium Extension from here
  • Extract the archive anywhere you like.
  • Fire up a terminal and CD to the directory where you extracted the scripts. (For e.g. run command cd /home/yourusername/Desktop/scripts101/  if you extracted it on your desktop)
  • Run command python pyaxelws.py to test listening port
  • Now go to the extension options in Chromium and click on Test Connection
  • If you do not get a success message, try changing ports by running command: python pyaxelws.py -p 8003 (or any port you like)
  • Enter a download location and set other features as shown in above screenshot.
  • All done. Now just right click a  link and click on Save Link Using PyAxel and your download will start.


Starting PyAxelWS in Background

A terminal need not be open every time to execute scripts. We can use a program called dtach, so that the scripts start running in background every time we login.

dtach comes with most Linux distributions. To download it in Ubuntu, run following command: sudo apt-get install dtach

Now, go to System > Preferences > Startup Applications. Add a new item, give it any name, and enter the following command in command box:

dtach -A python (path to the script)
For e.g. dtach -A python /home/yourusername/Desktop/scripts101/pyaxelws.py



Thats it. Now PyAxelWS will start every time you login.

Lastly, some IMPORTANT POINTS you should keep in mind. DO NOT close Chromium/Chrome browser window because it will cancel all your downloads and any progress made so far. Unlike the default download manager in Chromium, PyAxelWS WILL NOT WARN when you close the browser.

Though this tutorial is for Linux, this should work for any platform having python 2x installed. But I have tested it on Linux only.

0 comments:

Follow Us !!

Follow on TwitterFollow on FacebookGet PAGF Android App on Play StoreSubscribe via emailSubscribe to RSSFollow on Google Plus