Skip to content

📜 Download media files from the terminal from YouTube, Vimeo, & more!

Notifications You must be signed in to change notification settings

AugustArchive/miyako

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hifumi

Download media files from the terminal from YouTube, Vimeo, & more!

Based on AquaDL but as an NPM package to download media files in the terminal or by a JavaScript file

Usage

Installing

# NPM
$ npm i -g miyako

# Yarn
$ yarn global add miyako

Prompts

$ miyako:

Miyako CLI v0.0.1

━━ Usage ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
miyako [command]
━━ Commands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
miyako help [command] - This prompt or gets help on a command
miyako download <url> <path> - Downloads a video to a specified path
miyako version - Shows the current version of the CLI and NPM package of Miyako

$ miyako help:

$ miyako help

━━ Commands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
miyako help [command] - This prompt or gets help on a command
miyako download <url> <path> - Downloads a video to a specific path
miyako version - Shows the current version of Miyako

$ miyako download:

$ miyako download

NoArgumentException: Missing <url> argument!

$ miyako download <url>

Miyako> Now downloading <url>

PathNotSpecifiedException: Missing a path

$ miyako download path/to/directory <url>

Miyako> Now downloading <url> in path/to/directory
Miyako> Downloaded! Process exiting...

$ miyako version

$ miyako version

Currently running v0.0.1 of Miyako

Normally

License

Miyako is made by auguwu & released under the MIT license.

<insert>license here</insert>

About

📜 Download media files from the terminal from YouTube, Vimeo, & more!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published