Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitexus/frd.deb
Debian package for FreeRapid Downloader
https://github.com/vitexus/frd.deb
debian download-videos downloader java
Last synced: about 18 hours ago
JSON representation
Debian package for FreeRapid Downloader
- Host: GitHub
- URL: https://github.com/vitexus/frd.deb
- Owner: Vitexus
- Created: 2019-06-09T10:53:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:35:57.000Z (about 1 year ago)
- Last Synced: 2024-04-18T03:15:40.256Z (10 months ago)
- Topics: debian, download-videos, downloader, java
- Language: Makefile
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![FreeRapid downloader](https://raw.githubusercontent.com/Vitexus/frd.deb/master/project-logo.jpg)
FreeRapid is an easy to use Java downloader that supports downloading from Rapidshare, Youtube, Facebook, Picasa and other file-sharing services, include the new ones like mega.co.nz.
Simply copy and paste your links from a browser to this application. FreeRapid Downloader will handle the rest itself. No more clicking or uncomfortable waiting.![FreeRapid downloader](https://raw.githubusercontent.com/Vitexus/frd.deb/master/screenshot.png)
Main Features
-------------* support for concurrent downloading from multiple services
* downloading using proxy list
* support for streamed videos or pictures
* download history
* smart clipboard monitoring
* automatic checking for file's existence on server
* auto shutdown options
* automatic plugins updates
* simple CAPTCHA recognition
* works on MS Windows (all, include Win7 and Win8), Linux and MacOS
* easy to use
* multilanguage interface English, Bulgarian, Czech, Finnish, Portugal, Slovak, Hungarian, Simplified Chinese and many others. Information for translators.
* looks great
* more than 730 supported sites!
* simply works! more over 2 000 000 users can confirm thatSee [FreeRapid Downloader](https://wordrider.net/freerapid/index.html) homepage for more info.
How to install ?
----------------Build your own package or use repo
```
wget -O - http://v.s.cz/[email protected] | sudo apt-key add -
echo deb http://v.s.cz/ stable main | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install freerapid
```How to build ?
--------------On debian please run:
```
git clone [email protected]:Vitexus/frd.deb.git
cd frd.deb
make download
make deb
```