Last active
November 16, 2025 14:33
-
-
Save jradek/9330d2dd02878a533200777a09c9dce3 to your computer and use it in GitHub Desktop.
yt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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