Skip to content

Instantly share code, notes, and snippets.

@chence
chence / fourdown.py
Created July 26, 2012 03:23 — forked from rvause/fourdown.py
Python script to download images from a thread on 4chan
#!/usr/bin/env python
'''
fourdown.py
A simple script to grab links to images found on a page.
You can use as is for downloading images from thread on 4chan or you can
import FourDown and do what ever you want with it.