Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (39 loc) · 2.15 KB

README.md

File metadata and controls

48 lines (39 loc) · 2.15 KB

Osu! Beatmaps Downloader CLI

The CLI tool help to download osu! mirror beatmaps by Beatmap ID or Mapset ID

Installation: npm i obd-cli -g

Usage:

$ obd --help

Using "obd --help" for more information

Options:
      --help                 Show help                                 [boolean]
      --version              Show version number                       [boolean]
  -m, --mapset               One or More BeatmapSetID that need to download
                                                                         [array]
  -b, --beatmap              One or More BeatmapID that need to download [array]
  -p, --path                 The path to the storage location
                                     [string] [default: "$root"]
      --nvd, --noVideo       Not to download video    [boolean] [default: false]
      --nhs, --noHitsound    Not to download hitsound [boolean] [default: false]
      --nsb, --noStoryboard  Not to download storyboard
                                                      [boolean] [default: false]
      --nbg, --noBackground  Not to download background
                                                      [boolean] [default: false]
      --zip                  Name of file if you want to compress to .zip
                                                                        [string]

Example:

$ obd --beatmap 2290742 2802273 3311067 ffdfdfss 123456789 --mapset 1815474 1758789 783782121 --noVideo --nsb

Resources:

Demo:

demo.mp4

Notice:

This is my first CLI, so it may have some bugs. Please report at here.


Thanks for using my package!