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
- Host: GitHub
- URL: https://github.com/burhanudinyahya/putmedown
- Owner: burhanudinyahya
- Created: 2024-11-05T15:17:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T15:36:28.000Z (7 months ago)
- Last Synced: 2024-11-05T16:40:06.320Z (7 months ago)
- Topics: tiktok-downloader, tiktok-scraper
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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## 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
```