xdm/README.md

84 lines
4.7 KiB
Markdown
Raw Normal View History

2020-04-19 16:31:40 +05:30
<p id="downloads" align="center">
<img src="https://i.stack.imgur.com/TOfqL.png" height="120px"/>
<h1 align="center">Xtreme Download Manager</h1>
</p>
2020-03-19 22:33:51 +01:00
2020-04-19 16:31:40 +05:30
<p align="center">
<a href="https://github.com/subhra74/xdm/workflows/Java%20CI/badge.svg?branch=master"><img src="https://github.com/subhra74/xdm/workflows/Java%20CI/badge.svg?branch=master" alt="Java CI" /></a>
<a href="https://camo.githubusercontent.com/278e057571a0481121b2d60490ff656fb8736a20/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f73756268726137342f78646d2f746f74616c2e737667"><img src="https://img.shields.io/github/downloads/subhra74/xdm/total.svg" alt="Github All Releases" /></a>
</p>
2020-04-19 01:31:24 +05:30
2020-04-19 16:31:40 +05:30
**X**treme **D**ownload **M**anager (XDM) is a powerful tool to increase download speeds up to 500%, save streaming videos from YouTube, DailyMotion, Facebook, Vimeo, Google Video and 1000+ other websites, resume broken/dead downloads, schedule and convert downloads.<br>
2020-06-03 18:58:58 +02:00
XDM seamlessly integrates with Google Chrome, Mozilla Firefox Quantum, Opera, Vivaldi and other Chroumium and Firefox based browsers, to take over downloads and saving streaming videos from web. XDM has a built in video converter which lets you convert your downloaded videos to different formats so that you can watch them on your mobile or TV (100+ devices are supported)
2018-05-01 22:59:39 +02:00
2020-04-19 01:31:24 +05:30
## Downloads
2020-04-19 16:31:40 +05:30
| Version | Windows | Linux | MacOS | Other |
| --- | --- | --- | --- | --- |
2020-05-30 18:49:33 +02:00
| 7.2.11 | [MSI installer][100] | [Linux installer][101] | [TBD][12] | [Portable JAR (Java 11)][102] |
2020-04-19 16:31:40 +05:30
| 7.2.10 | [MSI installer][10] | [Linux installer][11] | [TBD][12] | [Portable JAR (Java 11)][13] |
| 7.2.8 | [MSI installer][14] | [Linux installer][15] | [DMG installer][16] | [JAR (Java 11)][17] |
2020-04-19 01:31:24 +05:30
## Screenshots
| ![xdm_1][01] | ![xdm_5][05] | ![xdm_3][03] |
| --- | --- | --- |
| ![xdm_7][07] | ![xdm_8][08] | ![xdm_9][09] |
| ![xdm_4][04] | ![xdm_2][02] | ![xdm_6][06] |
## Features
2020-04-19 16:31:40 +05:30
- Download files at maximum possible speed (5-6 times faster than conventional downloaders).
2020-04-19 01:31:24 +05:30
- XDM can save video from YouTube, Dailymotion, Vimeo, Facebook and thousands of popular video sharing sites.
2020-04-19 16:31:40 +05:30
- Works with all modern browsers on Windows, Linux and Mac OS X. XDM supports [Google Chrome][18], [Chromium][18], [Firefox Quantum][19], [Vivaldi][20], [Edge][21] and many other popular browsers.
2020-04-19 01:31:24 +05:30
- XDM has built in video converter, which lets you convert downloaded video to MP3 and MP4 formats.
2020-04-19 16:31:40 +05:30
- Supports `HTTP`, `HTTPS`, `FTP` as well as video streaming protocols like `MPEG-DASH`, `Apple HLS`, and `Adobe HDS`.
- XDM also supports authentication, proxy servers, cookies, redirection etc.
- Video download, clipboard monitoring, automatic antivirus checking, scheduler, system shutdown on download completion.
- Resumes broken / dead downloads caused by connection problem, power failure or session expiration.
2020-04-19 01:31:24 +05:30
- Works with Windows ISA, auto proxy scripts, proxy servers, NTLM, Kerberos authentication.
## Building from source
<pre>
This is a standard maven project.
If you have configured Java and Maven use: <b>mvn clean install</b> to build the project.
The jar will be created in target directory.
2020-03-19 08:50:41 +01:00
</pre>
2020-03-24 21:13:06 +01:00
2020-04-19 01:31:24 +05:30
## Submitting translations
If you want to translate XDM to your language, feel free to submit a translation file.<br>
2020-03-24 21:13:06 +01:00
Steps are mentioned in: https://github.com/subhra74/xdm/wiki/Submitting-translations-for-XDM
2020-04-19 16:31:40 +05:30
[//]: #ImageLinks
2020-04-19 01:31:24 +05:30
[01]: https://i.stack.imgur.com/s7ViA.jpg
[02]: https://i.stack.imgur.com/90TQO.jpg
[03]: https://i.stack.imgur.com/V5XF3.jpg
[04]: https://i.stack.imgur.com/aFyH5.png
[05]: https://i.stack.imgur.com/lmAr6.png
[06]: https://i.stack.imgur.com/H4yMj.png
[07]: https://i.stack.imgur.com/8ulBq.png
[08]: https://i.stack.imgur.com/Gfgae.jpg
[09]: https://i.stack.imgur.com/GlVDC.png
2020-04-19 16:31:40 +05:30
[//]: #DownloadLinks
[10]: https://github.com/subhra74/xdm/releases/download/7.2.10/xdmsetup.msi
[11]: https://github.com/subhra74/xdm/releases/download/7.2.10/xdm-setup-7.2.10.tar.xz
[12]: #
[13]: https://github.com/subhra74/xdm/releases/download/7.2.10/xdman.jar
[14]: https://sourceforge.net/projects/xdman/files/xdmsetup-2018.msi/download
[15]: https://sourceforge.net/projects/xdman/files/xdm-2018-x64.tar.xz/download
[16]: https://sourceforge.net/projects/xdman/files/XDMSetup.dmg/download
[17]: http://xdman.sourceforge.net/xdman.jar
2020-06-03 19:10:28 +02:00
[100]: https://github.com/subhra74/xdm/releases/download/7.2.11/xdm-setup.msi
2020-05-21 22:21:35 +02:00
[101]: https://github.com/subhra74/xdm/releases/download/7.2.11/xdm-setup-7.2.11.tar.xz
2020-05-30 18:48:35 +02:00
[102]: https://github.com/subhra74/xdm/releases/download/7.2.11/xdman.jar
2020-04-19 16:31:40 +05:30
[//]: #AddonLinks
[18]: https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj
[19]: https://addons.mozilla.org/en-US/firefox/addon/xdm-browser-monitor/
[20]: #
[21]: https://sourceforge.net/p/xdman/blog/2018/01/xdm-integration-with-microsoft-edge/