yt-dlp-sample-plugins
yt-dlp-sample-plugins copied to clipboard
Sample plugin package for yt-dlp
Following changes: - Migrates plugin to hatch for easy access to metadata and consistency with main project - Support for automated release workflow - Support for automated™ plugin bundling -...
Consider adding a simple release GH action that packages up the plugin into a compatible zip that can be dropped in one of the valid plugin directories. This may help...
Following https://github.com/yt-dlp/yt-dlp-sample-plugins/pull/3 example: https://github.com/coletdjnz/yt-dlp-get-pot/blob/master/.github/workflows/release.yml#L75
Following https://github.com/yt-dlp/yt-dlp-sample-plugins/pull/3
First of all, thanks for all the effort you have put in this tool, it is awesome. I am trying to develop an extractor for a page but I am...