shared_ptr<FormatPlugin> PluginCollection::plugin(const Book &book) {
	return plugin(ZLFile(book.filePath()), false);
}