NAME 

p0rn-dbdel - remove links from the p0rn database

SYNOPSIS 

p0rn-dbdel table

OVERVIEW 

p0rn-dbdel removes links from the p0rn database. There should be no need to call this program directly.

DESCRIPTION 

You must set the table name upon startup. Existing database tables are thumbz for thumbnails, picz for pictures and downz for download urls. Links are then read from STDIN and removed from the database.

DATA FORMAT 

Format is one plain URL per line with no leading or trailing whitespace.

FILES 

All data is stored in a database. By default, it is located in ./p0rn.db (yes, that's the directory from which you're starting p0rn-dbdel). Is you want to change this, set the environment variable P0RNDBLOCATION (the second letter is a zero) to another path and filename.

SEE ALSO 

p0rn-proxy(1), p0rn-download(1), p0rn-dbdump(1), p0rn-dbrestore(1)

MODULES NEEDED 

 use DBM::Deep;

This module can be obtained from <http://www.cpan.org>.

BUGS 

Please report bugs by mail to <>.

AUTHOR 

p0rn-dbdel was written by Christian Garbs <>.

AVAILABILITY 

Look for updates at <http://www.cgarbs.de/p0rn-comfort.en.html>.

COPYRIGHT 

p0rn-dbdel is licensed under the GNU GPL.