IMDb: Split downloading from parsing into SQLite database
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 22 May 2010 13:41:55 +0000 (15:41 +0200)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 14 Jul 2010 21:34:08 +0000 (23:34 +0200)
commite80999788c0626ccfef0995c7b924189c342d7a3
tree5508f6d85a575c7868b0f108fdc0a5adc3c41046
parente39fcdc3ff70c7cc1397e82c72c049f0f509dbb7
IMDb: Split downloading from parsing into SQLite database

This takes about 135 MB more storage, but it will minimize the download
time to reduce energy consumption.
Makefile.am
src/imdb/ftp-downloader.vala [new file with mode: 0644]
src/imdb/imdb-downloader-cli.vala
src/imdb/imdb-ftp-downloader.vala [deleted file]
src/imdb/imdb-gzip-parser.vala [new file with mode: 0644]
src/imdb/imdb-plaintext-downloader.vala