-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/flopana/Simple-YouTube-Do…
- Loading branch information
Showing
2 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
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,3 +1,23 @@ | ||
Simple YouTube Downloader | ||
# Simple-YouTube-Downloader | ||
Simple-YouTube-Downloader is a tiny Batch script which allows you to download YouTube | ||
Videos and convert them to MP3 if needed. | ||
|
||
This Script is written in Batch and uses Youtube-DL to download the video and ffmpeg to convert it. | ||
## Installation | ||
To "install" you just need to download the latest Version and start the yt.bat | ||
|
||
## Usage | ||
After starting the **yt.bat** you will be prompted with following Menu: | ||
|
||
![alt Menu](https://i.imgur.com/21KUCbg.png) | ||
|
||
To choose an option just type in of the Numbers and press enter. | ||
After that you will be asked to provide a YouTube link which can simply be pasted | ||
from your clipboard by RightClicking into the Terminal. | ||
|
||
If no errors occur you will see something like this: | ||
|
||
![enter Downloading process](https://i.imgur.com/JNRRmzW.png) | ||
|
||
As you can see you will also be able to provide another Link. | ||
|
||
**Note: You can also paste whole YouTube playlists they will be automatically downloaded.** |
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