YouTubeVideoDownloader provides a UI to directly download videos from a video url or a playlist url, download all the way upto 8K
Typically, you paste the URL for the YouTube video you want into the program, and it downloads the highest quality version it can find. On the copyright front, as long as you're downloading a video for your own personal offline use, you're probably okay.
It is an extension of the popular commandline video downloader "youtube-dl" https://github.com/rg3/youtube-dl
Download videos from YouTube, Facebook, Instagram, Dailymotion and many more sites, for a comeplete list of supported sites, see: https://github.com/rg3/youtube-dl/blob/master/docs/supportedsites.md
Free
No Ads
No download limit of a playlist
360p
480p
720p
1080p
2K
4K
8K
- support upto 8k quality of videos.
- Free to use
- Fast downloads and conversions with no rate limiting.
- work with any video URL: Youtube.
- Download entire playlist in a batch.
- Works on any device, whether it be Windows, macOS, iOS, Linux.
- Not Collect your personal data.
- Not Contain malvare or any type of virus.
Download zip
https://github.com/lohriialo/YouTubeVideoDownloader/blob/master/dist/YouTubeVideoDownloader.zipUnzip "YouTubeVideoDownloader.zip"
Run 'YouTube Video Downloader.exe'
- Find a video on YouTube which you wish to download, then copy its link.
- Paste the video's link in the download box at the top of this page
- Now click on the "Download" button
Python 3.x
PyQt4: https://sourceforge.net/projects/pyqt/files/PyQt4/
pyuic4
http://www.pyinstaller.org/
pyuic4 <inputpath to file.ui> -o <outputpath to file.py>
pyinstaller <path to appplication main YouTubeDownloader.py> --onedir --onefile --name "YouTube Video Downloader" --windowed --noconsole
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.