you can this video download also with
--> youtube-dl <--
1. download and copy youtube.exe in a folder
2. copy ffmpeg in this same folder
3. open the folder with cmd prompt
4. test first available
formats for your video
Code:
youtube-dl -F "https://www.youtube.com/watch?v=_RXdJf8ZNvQ"
5. you see the highest resolution
1080p for your video with
ID:96
6. you can now put the highest and best resolution with the
ID:96 in your cmd
Code:
youtube-dl -o "output.mp4" -f 96 "https://www.youtube.com/watch?v=_RXdJf8ZNvQ"
7.
