Skip to content

Releases: poseidon-code/ytmp3-dl

ytmp3-dl v3.0

12 Jan 17:18
Compare
Choose a tag to compare

Changelog

  • changed entire backend to yt-dlp from youtube-dl = high speed downloads
  • added more options for CLI
  • better documentation
  • huge code refactor
  • better terminal output

ytmp3-dl

01 Mar 07:59
Compare
Choose a tag to compare

This is a python script that uses a specific python package youtube-dl. It will download the audio file from any video/audio link provided during the execution of the program, and if necessary converts it to .mp3 format of high quality. Downloads are done in a multithreaded way, so faster downloads ⚡.


Instructions

  1. Download ytmp3-dl.zip specific to your operating system from the Assets underneath.

  2. Extract the downloaded zip file into a folder.

  3. Open a terminal in that folder.

  4. Execute the program :

    ytmp3-dl > ./ytmp3-dl.exe <paste YouTube video URLS>

    by Default the music will de downloaded to "C:/USERNAME/Downloads",
    ADD -d or --dir options & enter a directory to Save downloaded files to that directory.

    ytmp3-dl > ./ytmp3-dl.exe -d D:/Music <paste YouTube video URLS>

    by Default it will set ffmpeg path in itself (if using -base- version, then ffmpeg should be installed in the system, if using -essentials- version then it will use packaged ffmpeg versions which may be old)
    ADD -f or --ffmpeg options & enter the path to your ffmpeg executable binary.

    ytmp3-dl > ./ytmp3-dl -f ~/.local/bin/ffmpeg <paste YouTube video URLS>

Authors