EvilZone

Programming and Scripting => Scripting Languages => Topic started by: daxda on April 02, 2014, 08:15:14 PM

Title: [Python] it-ebooks.info watermark removal tool
Post by: daxda on April 02, 2014, 08:15:14 PM
This little beauty removes the annoying watermark links of www.it-ebooks.info
as well as the meta information of an ebook which contains the word it-ebooks
(the author and or title often is changed)

The script, by default, will backup any files before making changes to it in the format
'original.pdf.OLD', feel free to change that (or any other parts you don't like of course.)

Code: [Select]
usage: script.py [-h] -f [FILES [FILES ...]] [--no-backup] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -f [FILES [FILES ...]], --files [FILES [FILES ...]]
                        One or more PDF files to remove it-ebook's watermarks.
  --no-backup           Disables the creating of backups for the files which
                        are being processed.
  -v, --verbose

Leave feedback and/or improvements if you have any

[gist]Daxda/9939745[/gist]
Title: Re: [Python] it-ebooks.info watermark removal tool
Post by: kenjoe41 on April 02, 2014, 08:49:44 PM
I personally don't have a problem with their water mark though at times it can be annoying. Chrome has sometimes flagged the site as having malware. But when need be, i might need to use this.

Asante.
Title: Re: [Python] it-ebooks.info watermark removal tool
Post by: Deque on April 03, 2014, 07:56:24 AM
That's a nice script. +1 for that.