youtube-dl ########## Install ======= .. code-block:: bash sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl or using pip .. code-block:: bash sudo pip install --upgrade youtube_dl Update/Upgrade ============== .. code-block:: bash sudo pip install --upgrade youtube_dl Basic commands ============== Get possible formats ******************** .. code-block:: bash youtube-dl -F Download specific format ************************ .. code-block:: bash youtube-dl -f Download mp3 with 320k bit ************************** .. code-block:: bash yt-dlp -f bestaudio -x --audio-format mp3 --audio-quality 320k "URL"