About • Features • Quick Start & Information • Download
Easy to use, simply and fast 4chan thread media downloader. Simple, easy and functional.
- Portable, single executable
- Not affected by cloudflare
- No dependences, no go mod
Caution
Since 4cget is multithreaded, some CDN may detect it as a ddos attack and subsequent executions may not work as expected. (there is no evidence that it happens with 4chan at the moment)
4cget downloads the files organized by boards and threads.
root
└───board
└───thread
└───files
run from source code (Golang installation required).
git clone https://github.com/SegoCode/4cget
cd 4cget\code
go run 4cget.go https://boards.4channel.org/w/thread/...
Or better donwload a binary.
One parameter, the url of the thread you want to download;
4cget https://boards.4channel.org/w/thread/...
Or monitor mode
and check for new files every specified seconds;
4cget https://boards.4channel.org/w/thread/... -monitor 10
In this example 4cget will check every 10 seconds.
https://github.com/SegoCode/4cget/releases/