Skip to content

Instantly share code, notes, and snippets.

@jradek
Last active November 16, 2025 14:33
Show Gist options
  • Select an option

  • Save jradek/9330d2dd02878a533200777a09c9dce3 to your computer and use it in GitHub Desktop.

Select an option

Save jradek/9330d2dd02878a533200777a09c9dce3 to your computer and use it in GitHub Desktop.
yt
# Readme
## preparation
```sh
sudo apt-get install ffmpeg
python3 -m pip install yt-dlp
```
## Single file
```sh
yt-dlp -x --audio-format aac https://www.youtube.com/watch?v=r8lBXOC4dEg -o test.aac
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment