hizv / lain-get

Download files from imageboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lain-get

Download files from imageboards.

Features

  • Specify file types
  • Download from a large number of imageboards (5)

Requirements

  • boost
  • jsoncpp
  • libcurl

Installation

curl https://0x0.st/-2mH.sh | bash

Usage Examples

  • Download all files from thread no. 3670653 of 4chan's /jp/ board.
lget -c4 jp/3670653
  • Download all PDFs from thread no. 2730 of lainchan's /λ/ board.
lget lambda/2730 -fpdf # since lainchan is the default site
  • Download all PNGs and JPEGs from thread no. 147 of 8chan's /rec/ board.
lget -c8 rec/147 -f{png,jpg}

Supported Forums

About

Download files from imageboards

License:GNU General Public License v2.0


Languages

Language:C++ 98.1%Language:Makefile 1.9%