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