Youtube-dl Get Mp3 Code Example


Example 1: youtube-dl mp3 only

youtube-dl -x --audio-format mp3 <youtube-link>

Example 2: linux download youtube mp3

youtube-dl --extract-audio --audio-format mp3 <video URL>

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy