changed yt-dlp installation to use pipx and inject yt-dlp-get-pot
changed yt-dlp installation to use pipx and also to inject yt-dlp-get-pot to handle new YouTube PO Token requirements https://github.com/yt-dlp/yt-dlp/wiki/PO-Token-Guide
[!IMPORTANT] Changed
yt-dlpinstallation to usepipxand injectedyt-dlp-get-potinDockerfileto handle YouTube PO Token requirements.
- Installation Method:
- Changed
yt-dlpinstallation to usepipxinDockerfile.- Injected
yt-dlp-get-potintoyt-dlpusingpipx injectto handle YouTube PO Token requirements.- Environment Setup:
- Added
pipxbinary path toPATHinDockerfile.- Updated
apkpackages to includepy3-pipandpipx.- Misc:
- Removed direct download and installation of
yt-dlpbinary viacurl.- Commented out
ca-certificatesandcurlfromapk addinDockerfile.This description was created by
for eef2fd1946832eb45e5b9118a2e5b5a92420adef. It will automatically update as commits are pushed.
Quality Gate passed
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Can you split this into two? I would prefer to switch to using uv instead of pipx.
yt-dlp now has a built-in PO Token provider framework, superseding this plugin per yt-dlp-get-pot repo.