Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

notthebee/ytdl-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-dl and ffmpeg Windows Explorer Integration

Download the latest version

Download videos from YouTube/Twitch/Twitter and more (any platform that is supported by youtube-dl) right in the Windows Explorer, without installing any shady shareware apps!

Screenshot

I made this script for myself, since I reference other YouTube videos and memes a lot in my own content and needed an easy way to download videos in an editing-friedly format (DNxHR 25 FPS in my case). The script will also update youtube-dl automatically if a new version is detected.

Supported formats:

  • Audio: MP3, WAV
  • Video: MP4 H.264, MOV DNxHR

How to use it

  1. Download the ZIP archive of this repository
  2. Unpack the archive
  3. Double-click on the ytdl.reg file and confirm adding the keys to the registry
  4. Copy the video link, go to the folder where you want to download it
  5. Right click on the empty space and choose your option
  6. Voilà!

This script requires youtube-dl and ffmpeg. To install youtube-dl and ffmpeg:

Open a PowerShell as Administrator and run:

Set-ExecutionPolicy Bypass -Scope Process
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install youtube-dl ffmpeg

Uninstalling ytdl-explorer

To uninstall the script, Double-click on the uninstall.reg file and confirm the changes.

About

Download videos from YouTube/Twitch/Twitter right in the Windows Explorer, without installing any shady shareware apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages