This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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. |