YouTube_DownLoader_Shell Ver 1.0.0.3

 

This program is a shell program using YOUTUBE-DL.exe for the download videos or songs from sites (which youtube-dl support).

After downloading my program make sure you have the latest YOUTUBE-DL.exe. Download – http://rg3.github.io/youtube-dl/

Its main purpose is to ease the process of downloading.
The basic idea of the program is to open the program which will be Installed into the TRAY.
Go to ANY SITE (which youtube-dl support) copy the link by Ctrl C
and go on to the next site. One dose not have to “see” the main page of the program.
ANY Ctrl C will transfer the link to the list in the program (provided that  USE THE CLIPBOARD and ADD ON CLIPBOARD are on).
To see which sites youtube-dl support make “list-formats” on and press exe command
* Be aware that “legal” you tube format start with  https://www.youtube.com/watch?v=
*   BE CARFUL WITH THE ABOVE FEATURE  THAT WILL TRANSFER , TO THE LIST , ANY COPY!!!!
If you made a mistake one can always delete from the list.
Make sure that your link start with http://  or https:// other wise it will nor copy.
Commands that the program execute
All command lines can be with or without  –extract-audio –audio-format mp3
All command lines can be with or without  –verbose
1. youtube-dl.exe –help
2. youtube-dl.exe –version
3. youtube-dl.exe –list-extractors
4. youtube-dl.exe –list-formats LINK or selected in link list
5. youtube-dl.exe –verbose  –extract-audio –audio-format mp3  –ignore-errors -o DIRECTORY /%(title)s.%(ext)s LINK
6. youtube-dl.exe –verbose  –extract-audio –audio-format mp3  –ignore-errors -o DIRECTORY /%(title)s.%(ext)s LIST OF LINKS
Further more if the above luck some feature one can write his own script and save it.
The script will be executed with youtube-dl.exe  + SCRIPT.
All sections can be saved to files with the extension “.TXT” .