An open API service indexing awesome lists of open source software.

https://github.com/burhanudinyahya/putmedown

A video downloader
https://github.com/burhanudinyahya/putmedown

tiktok-downloader tiktok-scraper

Last synced: 7 months ago
JSON representation

A video downloader

Awesome Lists containing this project

README

        

# PutMeDown - A Video Downloader

**PutMeDown** is a command-line tool written in Go that allows you to download videos from any given URL.

## Done
- tiktok

## Todo
- youtube
- instagram

## Install on macOS

```bash
go build -o putmedown cmd/putmedown/main.go
sudo mv putmedown /usr/local/bin
```

## Usage

To use the tool, run the following command:

```bash
putmedown
```