Skip to main content

Download youtube video or playlist, convert to mp3, store into a folder.

Project description

Download youtube video or playlist, convert to mp3, store into a folder.

Features:

  • Download all or subset of playlist

  • Download only new playlist additions, once local storage folder is created

  • Refresh local storage folder without respecifying link to playlist

  • Refresh multiple local storage folders

Installation

  1. Install Python >= 3.9

  2. Install dmp3 package from pypi

    pip install dmp3
  3. Install FFMPEG, it converts medio formats.

    • Linux

      sudo apt install ffmpeg
    • Windows

      1. Install from ffmpeg download page, or windows installer.

      2. Add the bin folder that contains ffmpeg.exe to system path, so that it is available on command line.

Simple Usage

Linux:

dmp3 /mnt/d/media/music/game_theme/starcraft_terran -w https://www.youtube.com/playlist?list=PLEtYTVnkBVuZWJ4Gsxtt80tWbiiyy1bcy

Windows:

dmp3 "D:\media\music\game_theme\starcraft_terran" -w https://www.youtube.com/playlist?list=PLEtYTVnkBVuZWJ4Gsxtt80tWbiiyy1bcy

Effect in target location:

game_theme
├── starcraft_terran
│   ├── StarCraft - Terran Theme 1-mD4GbGmvNRc.mp3
│   ├── Starcraft 2 Soundtrack - Terran 01-zAS8KivZX5s.mp3
│   ├── Starcraft 2 Soundtrack - Terran 02-sNbTg0Li36k.mp3
│   ├── Starcraft 2 Soundtrack - Terran 03-dssNa11htIM.mp3
│   ├── Starcraft 2 Soundtrack - Terran 04-4YfQjho2IOk.mp3
│   ├── Starcraft 2 Soundtrack - Terran 05-fQluJBSXM5I.mp3
│   ├── Terran Theme 2 - Starcraft Soundtrack-_R1QLIo16DY.mp3
│   ├── Terran Theme 3 - Starcraft Soundtrack-xcEHDqji74A.mp3
│   └── Terran Theme 4 (Brood War) - Starcraft Soundtrack-l9XSZw67QpY.mp3
├── diablo
│   ├── Diablo - Ending-4XDfoh2BQlU.mp3
│   ├── Diablo - Intro-oFds4KWQ3kM.mp3
...

API

usage: dmp3 [-h] [-w WEBPATH] [-s START] [-e END] [-r] [-m MP3] folder

Download youtube video or playlist, convert to mp3, store into a folder.

If folder not exists, creates a folder.
Otherwise, uses the folder, and will only download new videos from the playlist.

If webpath is provided, creates a .dmp3 file in the folder to store the webpath for future use.
If not provided, uses the webpath in the .dmp3 file in the folder stored previously.
If not provided and no .dmp3 file is found in the folder, exits.

If start and/or end are provided, download only the subset of the playlist.
But will not download the videos that are already downloaded.

positional arguments:
folder                Folder to store mp3 files

options:
-h, --help            show this help message and exit
-w WEBPATH, --webpath WEBPATH
                        Webpath to download from, creates a .dmp3 file insdie folder to store webpath
-s START, --start START
                        Start index of the playlist
-e END, --end END     End index of the playlist
-r, --refresh_folder_mode
                        Refresh all mp3 folders in the folder, default is False.
                        In this mode, work through all sub folders with .mp3 inside, and download all new videos
-m MP3, --mp3 MP3     Convert mp4 files to mp3 files in the folder (WIP)

Example:

Entire playlist:
dmp3 /mnt/d/media/music/game_theme/starcraft_terran -w https://www.youtube.com/playlist?list=PLEtYTVnkBVuZWJ4Gsxtt80tWbiiyy1bcy
Part of playlist:
dmp3 /mnt/d/media/music/game_theme/starcraft_terran -w https://www.youtube.com/playlist?list=PLEtYTVnkBVuZWJ4Gsxtt80tWbiiyy1bcy -s 1 -e 2

Refresh entire playlist:
dmp3 /mnt/d/media/music/game_theme/starcraft_terran
Refresh part of playlist:
dmp3 /mnt/d/media/music/game_theme/starcraft_terran -e 3

Refresh all folders:
dmp3 /mnt/d/media/music/game_theme -r

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dmp3-0.0.3.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

dmp3-0.0.3-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page