All Projects → lohriialo → Youtubevideodownloader

lohriialo / Youtubevideodownloader

Licence: mit
Download videos from YouTube and many other video sites

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Youtubevideodownloader

Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+487.18%)
Mutual labels:  download-videos, downloader, youtube-dl, youtube-downloader
youtube-dl-batch
Simple batch files for simplifying basic usage of https://github.com/rg3/youtube-dl Windows .exe releases
Stars: ✭ 55 (+41.03%)
Mutual labels:  downloader, youtube-dl, youtube-downloader
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+379.49%)
Mutual labels:  downloader, youtube-dl, youtube-downloader
Get It
A macOS GUI for youtube-dl
Stars: ✭ 483 (+1138.46%)
Mutual labels:  download-videos, youtube-dl, youtube-downloader
Youtube Downloader
👍 A much faster alternative to youtube-dl built for PHP applications. Working as of 2021-02-27
Stars: ✭ 474 (+1115.38%)
Mutual labels:  download-videos, youtube-dl, youtube-downloader
URTube
URTube, a YouTube video to MP3 downloader built in NodeJs and Electron
Stars: ✭ 20 (-48.72%)
Mutual labels:  downloader, youtube-dl, youtube-downloader
yt
Fine-tuning the use of youtube-dl for audio and videophiles
Stars: ✭ 39 (+0%)
Mutual labels:  youtube-dl, youtube-downloader, download-videos
Youtub.ly Android
An android app to download 📹 videos and songs from youtube to phone internal storage
Stars: ✭ 17 (-56.41%)
Mutual labels:  download-videos, youtube-dl, youtube-downloader
Webhubbot Downloader
Download videos from xiyouMc's WebHubBot.
Stars: ✭ 24 (-38.46%)
Mutual labels:  download-videos, downloader
Youtube Dl Android
📦📦Video downloader for Android - Download videos from Youtube, Facebook, Twitter, Instagram, Dailymotion, Vimeo and more than 1000 other sites
Stars: ✭ 322 (+725.64%)
Mutual labels:  youtube-dl, youtube-downloader
Firedm
python open source (Internet Download Manager) with multi-connections, high speed engine, based on python, LibCurl, and youtube_dl https://github.com/firedm/FireDM
Stars: ✭ 977 (+2405.13%)
Mutual labels:  youtube-dl, youtube-downloader
Douyin downloader
👏Download all douyin videos of user(including favorites) , 下载指定用户的所有抖音视频以及收藏的视频(无水印)
Stars: ✭ 288 (+638.46%)
Mutual labels:  download-videos, downloader
red
Red - Privacy focused Youtube player and download manager for Linux
Stars: ✭ 27 (-30.77%)
Mutual labels:  youtube-dl, youtube-downloader
Pornhub Downloader
Download videos from pornhub.
Stars: ✭ 346 (+787.18%)
Mutual labels:  download-videos, downloader
ypc
Convert text/spotify/deezer albums/playlists to youtube urls and audio/video files.
Stars: ✭ 17 (-56.41%)
Mutual labels:  youtube-dl, youtube-downloader
Pornhub Downloader Python
Download stuff from PH the easy way.
Stars: ✭ 408 (+946.15%)
Mutual labels:  downloader, youtube-dl
Spotify Dl
Spotify Downloader and alternative of Spotdl(python) tool made in NodeJS based on youtube-dl
Stars: ✭ 427 (+994.87%)
Mutual labels:  downloader, youtube-dl
video-dl
Video Downloader 📥 - Download Facebook Video and Youtube Video and Audio.
Stars: ✭ 13 (-66.67%)
Mutual labels:  youtube-dl, youtube-downloader
Youtube Music
YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
Stars: ✭ 376 (+864.1%)
Mutual labels:  youtube-dl, youtube-downloader
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+20192.31%)
Mutual labels:  downloader, youtube-dl

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].