Skip to Content
CLI Tooldownload

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

ArgumentDescription
<url>The post URL to download from (required)

Flags

FlagTypeDefaultDescription
--media_typestringall typesFilter by media type, comma-separated
-h, --helpShow help

Media Types

The --media_type flag accepts the following values:

TypeDescription
videoVideo
audioAudio
imageImage
liveLive stream
subtitleSubtitle

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=xxxx

Downloads all available media types from the URL.

Download Only Video

meowload download https://www.youtube.com/watch?v=xxxx --media_type video

Download Only Audio and Images

meowload download https://www.youtube.com/watch?v=xxxx --media_type audio,image
Tip

Not sure what media types are available? Use meowload info to check first.