-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fixes after beta release with some changes in the readme file
- Loading branch information
Showing
26 changed files
with
109 additions
and
178 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,4 @@ | |
.settings | ||
out/ | ||
target/ | ||
data/ | ||
temp/ | ||
bundles/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...es/Maven__com_dorkbox_SystemTray_3_16.xml → ...es/Maven__com_dorkbox_SystemTray_3_17.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...aven__org_hildan_fxgson_fx_gson_3_1_0.xml → ...aven__org_hildan_fxgson_fx_gson_3_1_2.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 Ahmed Elzoughby <[email protected]> | ||
Copyright (c) 2019 Ahmed Elzoughby <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Manifest-Version: 1.0 | ||
Implementation-Title: Video Download Manager | ||
Implementation-Version: 1.0.0 | ||
Implementation-Vendor: elzoughby | ||
JavaFX-Version: 8.0 | ||
Created-By: elzoughby | ||
Class-Path: lib/ShellExecutor-1.1.jar lib/SystemTray-3.16.jar lib/gson | ||
Class-Path: lib/ShellExecutor-1.1.jar lib/SystemTray-3.17.jar lib/gson | ||
-2.8.5.jar lib/jna-platform-4.5.2.jar lib/jna-4.5.2.jar lib/controlsf | ||
x-8.40.14.jar lib/fx-gson-3.1.0.jar lib/javassist-3.23.0-GA.jar lib/a | ||
x-8.40.14.jar lib/fx-gson-3.1.2.jar lib/javassist-3.23.0-GA.jar lib/a | ||
nnotations-15.0.jar lib/jsoup-1.11.3.jar lib/slf4j-api-1.7.25.jar lib | ||
/slf4j-nop-1.7.25.jar | ||
Main-Class: Main | ||
VDM-Class: VDM | ||
Created-By: elzoughby | ||
Implementation-Vendor: elzoughby | ||
Main-Class: VDM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,53 @@ | ||
![VDM Logo](docs/assets/img/VDM-Wide-Light.png) | ||
![VDM Logo](assets/logo-wide.png) | ||
--- | ||
|
||
**Video Download Manager [VDM]** is GUI client for the popular CLI application *Youtube-dl*. It has the features you need in a video downloader application and supports a very long list of video and audio streaming websites. VDM is free, cross-platform and open source application written in *Java* and the *JavaFX* toolkit. | ||
|
||
|
||
|
||
|
||
![About VDM](assets/screenshot-1.png) | ||
|
||
Video Download Manager has the clean user interface that you can quickly get familiar with. It uses the evident colored icons to express its options. The new download options are categorized and distributed in a colored groups to provide easy and usable window with quick options picking. | ||
|
||
![home window](docs/assets/img/vdm-ui.png) | ||
|
||
|
||
![home window](assets/screenshot-2.png) | ||
|
||
With *VDM* you can download all the playlist items or select a specific items from it. You can download playlists from youtube and dailymotion, albums and groups from vimeo, courses from udemy, lynda and pluralsight, sets, playlists and stations from soundcloud and more collections from other video and audio streaming websites. | ||
|
||
![home window](docs/assets/img/vdm-playlist.png) | ||
|
||
|
||
![home window](assets/screenshot-3.png) | ||
|
||
You can start new downloads immediately or you can add them to the Queue for later downloading. The Queue can be started easily from the system tray icon or by starting one of its items. Whenever you start it, VDM will downlaod its items one by one consecutively. | ||
|
||
![home window](docs/assets/img/vdm-queue.png) | ||
|
||
|
||
![home window](assets/screenshot-4.png) | ||
|
||
For more Info: | ||
|
||
https://elzoughby.github.io/vdm | ||
[https://elzoughby.github.io/vdm](https://elzoughby.github.io/vdm) | ||
|
||
|
||
|
||
#### Dependences: | ||
## Dependences | ||
|
||
- JRE 8 | ||
- Python 2.7 or Python 3.x | ||
- FFMPEG or LibAV | ||
|
||
|
||
|
||
## How to run | ||
|
||
|
||
#### How to run: | ||
|
||
- ###### Normal Mode | ||
- ##### Normal Mode | ||
|
||
```bash | ||
java -jar vdm.jar # start the program maximized | ||
``` | ||
|
||
|
||
- ###### Silent Mode | ||
- ##### Silent Mode | ||
|
||
```bash | ||
java -jar vdm.jar -s # start the program minimized to tray | ||
``` | ||
|
||
|
||
|
||
## License | ||
|
||
Video Download Manager is distributed under the terms of the MIT license. See [LICENSE](LICENSE) for details. Opening a pull requests is assumed to signal agreement with these licensing terms. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.