Skip to content

Download videos from YouTube and many other video sites

License

Notifications You must be signed in to change notification settings

LOLOBERTO/YouTubeVideoDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTubeVideoDownloader

YouTubeVideoDownloader provides a UI to directly download videos from a video url or a playlist url, download all the way upto 8K

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

Why YouTubeVideoDownloader?

  • Free
  • No Ads
  • No download limit of a playlist

Download quality supported:

  • 360p
  • 480p
  • 720p
  • 1080p
  • 2K
  • 4K
  • 8K

How to use:

alt text

Modify and extend it further, requiremments:

  • Python 3.x
  • PyQt4: https://sourceforge.net/projects/pyqt/files/PyQt4/
  • pyuic4
  • http://www.pyinstaller.org/

Convert .ui to .py with pyuic4

  • pyuic4 <inputpath to file.ui> -o <outputpath to file.py>

Compile the app to executable using pyInstaller

  • pyinstaller <path to appplication main YouTubeDownloader.py> --onedir --onefile --name "YouTube Video Downloader" --windowed --noconsole

MIT License

Copyright (c) 2017 Lohrii Alo

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.

About

Download videos from YouTube and many other video sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages