« Youtube downloader : yt-dlp » : différence entre les versions
De www.yakakliker.org
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 6 : | Ligne 6 : | ||
curl -fsSL https://deno.land/install.sh | sudo DENO_INSTALL=/usr/local sh | curl -fsSL https://deno.land/install.sh | sudo DENO_INSTALL=/usr/local sh | ||
yt-dlp --js-runtime node --cookies-from-browser chrome -x --audio-format m4a --no-playlist " | yt-dlp --js-runtime node --cookies-from-browser chrome -x --audio-format m4a --no-playlist "URL" | ||
yt-dlp --remote-components ejs:github --cookies-from-browser chrome -x --audio-format m4a --no-playlist " | yt-dlp --remote-components ejs:github --cookies-from-browser chrome -x --audio-format m4a --no-playlist "URL" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Version du 6 juillet 2026 à 15:41
sudo apt update && sudo apt install quickjs nodejs
python3 -m pip install yt-dlp -U
curl -fsSL https://deno.land/install.sh | sudo DENO_INSTALL=/usr/local sh
yt-dlp --js-runtime node --cookies-from-browser chrome -x --audio-format m4a --no-playlist "URL"
yt-dlp --remote-components ejs:github --cookies-from-browser chrome -x --audio-format m4a --no-playlist "URL"
https://github.com/yt-dlp/yt-dlp/discussions/285