Picture Downloader

This is yet-another-picture-grabber. This is for forums which lists links and previews of pictures hosted by sites like imagevenue.com. Currently supported are:
- fapomatic.com
- hotlinkimage.com
- imagebam.com
- imageshack.us
- imagevenue.com
I'm adding sites as I met them, however you can create your own plugins in Python if know how :-).
Version: 1.0… it does what I want, it looks how I want, but it's nearly untested so it's probably also full of bugs. You were warned.
CZ & SK users: Picture Downloader má speciální podporu pro servery Lopuch/Lapiduch, kdy stahuje pouze obsah jednoho příspěvku. Jak to funguje ukazuje tutoriál ve Flashi.
Download
Windows
Prepackaged version for Windows (2000 and higher, although tested only on XP) users. Requires Java 1.4 or better on PATH.
| picture downloader.zip | 3587 KiB |
After unpacking run „picture downloader.vbs“ for GUI version or „picture downloader.bat --help“ for working from commandline. Installation is shown by Flash tutorial.
Sources
| picture downloader sources.zip | 14 KiB |
Requires either Python 2.3 and higher or Jython 2.2.1. The GUI version requires SWT 3.2 (so it works only on Jython), otherwise works only as a commandline application. Tested on WinXP/CPython 2.5, WinXP/Jython 2.2.1/Java 1.6/SWT 3.3, Fedora 7 x86_64/CPython 2.5, Fedora 7 x86_64/Jython 2.2.1/GCJ 4.1.2/SWT 3.2. Note that SWT 3.2 requires to pass the -Djava.library.path option to java, e.g. modified Jython run script:
CP="/home/mol/jython2.2.1/jython.jar:/usr/lib64/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.2.2.v3236.jar"
if [ ! -z "$CLASSPATH" ]
then
CP=$CP:$CLASSPATH
fi
"/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/bin/java" -Djava.library.path=/usr/lib64/eclipse/ -Dpython.home="/home/mol/jython2.2.1" -classpath "$CP" org.python.util.jython "$@"
Add comment
EditLast updated on: 2008-03-17 01:24