📄️ How to Use Plugins in yt-dlp
Note that all plugins are imported even if not invoked, and that there are no checks performed on plugin code. Use plugins at your own risk and only if you trust the code!
📄️ Installing Plugins for yt-dlp
Plugins extend yt-dlp's functionality by adding new extractors and post-processors. This guide covers the various methods for installing and managing plugins safely and effectively.
📄️ Developing Plugins for yt-dlp
This comprehensive guide covers everything you need to know about developing plugins for yt-dlp, from basic extractor creation to advanced post-processor development.