This release just tweaks some things, mostly the packaging.
Most likely you won't notice a difference, but it'll make my life a bit easier.
This release:
- Removes yt-dlp from the package's dependencies. This lets you do things like installing yt-dlp with the binary and installing the plugin with pip, without pip installing an extra yt-dlp in the process. Note that yt-dlp is still required to actually use the plugin.
- Sets the
uploader_id
field, for parity with the extractor from yt-dlp proper. This value was already available in thechannel_id
field. - Packages the API key as a separate (binary) file, instead of having a massive base64 blob in the extractor code. This should work fine, but please get in touch if it doesn't work for you.
d3fdefb4c5c1d5d64c58b3f805bf64ae95f3dd9f496742d214e16e33e677c600 yt_dlp_rajiko-1.1-py3-none-any.whl
29463780d0dcc3be4448eea87f72884c1878e1ea01ccfb823293a42ca6a694b9 yt_dlp_rajiko-1.1.tar.gz
If you use pip, you should be able to upgrade with pip install yt-dlp-rajiko --upgrade --extra-index-url https://427738.xyz/yt-dlp-rajiko/pip/
.
If you installed manually, you can download the updated .whl from this page.