There has been a couple of requests coming to support images also.
I have been doing some investigation on this, still not complete.
Findings so far are:
- The german export of the wikipedia raw articles seem to reference 1.5 million images
- References in the raw wikitext seem to be language dependent (EN=File:, DE=Datei:, FR=Fichier)
- Rough estimate for the total size of the 1.5 million images is 2TB
- Certain percentage of the files cannot be downloaded due to copyright restrictions
Some initial download tests have shown, that a somehow robust mechanism has to be implemented because a download in one big chunk is impossible, so a certain storage is required where we keep all the file references and their actual download status.
There has been a couple of requests coming to support images also.
I have been doing some investigation on this, still not complete.
Findings so far are:
Some initial download tests have shown, that a somehow robust mechanism has to be implemented because a download in one big chunk is impossible, so a certain storage is required where we keep all the file references and their actual download status.