WWW::DerSpiegel - "Der SPIEGEL" magazine archive pseudo API and download
use WWW::DerSpiegel;
my $wi = WWW::DerSpiegel->new();
Das Deutsche Nachrichtenmagazin "Der Spiegel" veröffentlicht seine älteren Ausgaben regelmäßig nach 6 Monaten im Heftarchiv. Allerdings in zerpflückter Weise: ein PDF pro Artikel. Dieses Modul hier greift programmatisch auf die Artikel zu und hilft, einzelne Ausgaben als ganze PDF Dateien wieder zusammen zu setzen.
WWW::DerSpiegel verwendet die Linux tools gs und ImageMagicks convert.
The German news magazine "Der Spiegel" publishes back-issues (after 6 months) as free for everyone on website, in the archive section. This module here accesses this archive in a programmatical manner and is able to compile issues as pdf files.
WWW::DerSpiegel relies on Linux tools gs and ImageMagick's convert.
Usage:
The bundled download.pl script uses the WWW::DerSpiegel module to download single issues issues or a whole year. For example:
$ perl download.pl 31/2003
$ perl download.pl --year 2015 --output-dir 2015
If you find this useful, help making this a working module again. Fork this repo and contribute your changes!
This module is not a complete CPAN bundle, and will remain this way.