Skip to content

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

License

Notifications You must be signed in to change notification settings

Kuju29/ytdl-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported formats:

Screenshot

How to use it

  1. Download the ZIP archive of this repository
  2. Unpack the archive
  3. Double-click on the yt-dlp.reg and ffmpeg.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 | yt-dlp | ffmpeg | XstreamDL-CLI & N_m3u8DL-CLI |

Open a PowerShell as Administrator and run:

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

Install yt-dlp and ffmpeg:

choco install yt-dlp ffmpeg

Install XstreamDL-CLI & N_m3u8DL-CLI:

  1. Rename file to N_m3u8DL-CLI.exe and XstreamDL-CLI.exe
  2. Copy file to new folder C:\m3u8DL-CLI

Update

choco upgrade all -y
note: if there is an update. You have to change the name here again.

Uninstalling ytdl-explorer

To uninstall the script, Double-click on the uninstall.reg file and confirm the changes.
Or delete file from regedit

- Computer\HKEY_CLASSES_ROOT\*\shell\ffmpeg
- Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\Ytdlp

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