alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
3.95k stars 259 forks source link

Document how to load yt-dlp plugins into MeTube #461

Open msfjarvis opened 1 week ago

msfjarvis commented 1 week ago

yt-dlp's upstream policies sometimes prevent extractors from being upstreamed to their repo in which case it is quite helpful to use their plugin system to add them. While it is well documented how to install plugins for use with the yt-dlp CLI, it is somewhat less obvious how to do it for MeTube.

It'd be great to have some documentation around this, if it's even possible at all.