Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notthebee/ytdl-explorer

Download videos from YouTube/Twitch/Twitter right in the Windows Explorer, without installing any shady shareware apps
https://github.com/notthebee/ytdl-explorer

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# youtube-dl and ffmpeg Windows Explorer Integration
[Download the latest version](https://github.com/notthebee/ytdl-explorer/archive/refs/heads/main.zip)

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](res/1.png)

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](https://github.com/notthebee/ytdl-explorer/archive/refs/heads/main.zip)
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.