Video-Tube
Video-Tube allow you download videos from You-Tube with a simple click; just paste the url in the linetext and click "Download" button. It allows continuous downloads if you want. If you paste a lot of url, it downloads all videos.
Video-Tube is development in Python whit Qt graphical libraries.
Screenshots
| | |
Download
v1.0
How to install
Debian package
- Download the lastest Debian package form Download section.
- Open a terminal.
- Go to the directory where you download the package.
- Excecute: dpkg -i video-tube-X.X_all.deb where X.X is the version of your package.
- Finish!
Source Code
- Download the lastest Source package form Download section.
- Open a terminal.
- Go to the directory where you download the package.
- Excecute: tar xvf video-tube-X.X.tar.gz where X.X is the version of your package
- Install the dependencies:
- Python sudo aptitude install python.
- PyQt sudo aptitude install python-qt3.
- Beautiful Soup sudo aptitude install python-beautifulsoup.
- Excecute python main.py.
- Finish!
Windows
- Download the lastest Source package form Download section.
- Go to the directory where you download the package.
- Untar this with your favourite program.
- Install the dependencies:
- Excecute python main.py or double click on this.
- Finish!