meowload download
Download media from a given post URL. By default, all available media types (video, audio, image, live stream, subtitle, etc.) are downloaded.
Usage
meowload download <url> [flags]Arguments
| Argument | Description |
|---|---|
<url> | The post URL to download from (required) |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--media_type | string | all types | Filter by media type, comma-separated |
-h, --help | Show help |
Media Types
The --media_type flag accepts the following values:
| Type | Description |
|---|---|
video | Video |
audio | Audio |
image | Image |
live | Live stream |
subtitle | Subtitle |
You can combine multiple types with commas, e.g. --media_type video,audio.
Examples
Download All Media
meowload download https://www.youtube.com/watch?v=xxxxDownloads all available media types from the URL.
Download Only Video
meowload download https://www.youtube.com/watch?v=xxxx --media_type videoDownload Only Audio and Images
meowload download https://www.youtube.com/watch?v=xxxx --media_type audio,imageTip
Not sure what media types are available? Use meowload info to check first.