All Projects → Aleksbgbg → YouTube-Downloader

Aleksbgbg / YouTube-Downloader

Licence: MIT License
An easy-to-use, YouTube video downloader, without pesky ads or malware.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to YouTube-Downloader

ytqck.github.io
YouTube quick ⚡ Search and Download Music for Free.
Stars: ✭ 18 (-18.18%)
Mutual labels:  youtube, youtube-dl, youtube-downloader, youtube-api-v3
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+940.91%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Yturl
YouTube videos on the command line
Stars: ✭ 218 (+890.91%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+21054.55%)
Mutual labels:  xaml, wpf, mvvm
File-Explorer
A C# WPF application, representing a conventional Windows file system explorer. Allows the traversal of inaccessible file systems.
Stars: ✭ 30 (+36.36%)
Mutual labels:  xaml, wpf, caliburn-micro
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 (+4340.91%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Handycontrols
Contains some simple and commonly used WPF controls based on HandyControl
Stars: ✭ 347 (+1477.27%)
Mutual labels:  xaml, wpf, mvvm
Youtube Music
YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
Stars: ✭ 376 (+1609.09%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Wpfbindingerrors
💥 Turn WPF Binding errors into exception
Stars: ✭ 73 (+231.82%)
Mutual labels:  xaml, wpf, mvvm
Reactivehistory
Reactive undo/redo framework for .NET.
Stars: ✭ 82 (+272.73%)
Mutual labels:  xaml, wpf, mvvm
Xaml Code Experiences
A collection of the experiences I have collected during days of Xamarin and Wpf, while following the MVVM design pattern.
Stars: ✭ 114 (+418.18%)
Mutual labels:  xaml, wpf, mvvm
Youtub.ly Android
An android app to download 📹 videos and songs from youtube to phone internal storage
Stars: ✭ 17 (-22.73%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Smd
Spotify Music Downloader
Stars: ✭ 822 (+3636.36%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+750%)
Mutual labels:  youtube, 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 (+2054.55%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
WPF-Keyboard-Control
WPF Keyboard Control
Stars: ✭ 53 (+140.91%)
Mutual labels:  xaml, wpf, mvvm
Mvvmvalidation
Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
Stars: ✭ 141 (+540.91%)
Mutual labels:  xaml, wpf, mvvm
ypc
Convert text/spotify/deezer albums/playlists to youtube urls and audio/video files.
Stars: ✭ 17 (-22.73%)
Mutual labels:  youtube, youtube-dl, youtube-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 (+1363.64%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Reactiveproperty
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target framework is .NET Standard 2.0.
Stars: ✭ 603 (+2640.91%)
Mutual labels:  xaml, wpf, mvvm

YouTube Downloader

A user interface for youtube-dl.

YouTube Downloader is an easy-to-use, YouTube video downloader, without pesky ads or malware.

This repository is archived, and thus will not receive further maintenance or edits. The intent of this project was to create an interface to a command-line program for learning purposes. This has been achieved.

Core Functionality

Query

  • Query videos in one of six formats:
  1. Plain text search - returns the first result of querying the same string on YouTube
  2. Video URL - returns the exact video the URL points to
  3. Video ID - returns the exact video the ID points to
  4. Playlist video - returns all videos in the playlist of the video
  5. Playlist URL - returns all videos in the playlist the URL points to
  6. Playlist ID - returns all videos in the playlist the ID points to
  • Receive detailed video information:
  1. Video thumbnail
  2. Video title
  3. Video publisher channel
  4. Video views
  • Perform multiple queries at once, in parallel

Download

  • Select several videos from the matched videos section, and download them at once
  • 3 concurrent downloads can be performed simultaneously
  • Videos will be downloaded in the highest quality available, be it 1080p or 4k
  • Receive detailed download progress information, such as the download speed and downloaded data
  • Select and end downloads if necessary
  • Pause downloads if necessary, allowing other downloads to download instead
  • Resume downloads, which will be re-queued and continue downloading at the next available point

Settings

  • Choose where to download videos
  • Choose audio-only downloads, or an audio-video combination
  • Choose between default, MP4, or MP3 download formats (more to come soon!)

Data Storage

  • Restore the user session on launch, including the last query entered into the query box; the last set of videos matched; and all of the downloads that were queued or in progress in the last session

Current Preview

Main Interface

Main Interface

Settings

Settings

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].