yt-dlp-sample-plugins icon indicating copy to clipboard operation
yt-dlp-sample-plugins copied to clipboard

Sample plugin package for yt-dlp

Results 5 yt-dlp-sample-plugins issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

enhancement

Following https://github.com/yt-dlp/yt-dlp-sample-plugins/pull/3

enhancement

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...