The importer uses the SimplePie classes to read and process the data from blogger so you will need the php-xml module installed on your webserver..
The posts will be read and you will be given the option to map the authors of the posts appropriately..
The permalink will be set to URL if the post was published or ID if it was still draft or scheduled post blogger author blogger blog blogger permalink...
However, it's possible to use the redirection plugin or your.htaccess file to map URLs across to URLs...
The importer uses the SimplePie classes to process the data, these in turn use Simplepie Sanitize class to remove malicious code from the data.
The importer will attempt to download version of images but it displays them on the blog at the medium size.
The default size for the large images is 1024, you can change this to larger size by changing the following line in the blogger-import php file. const LARGE IMAGE SIZE = 024.
You can either disable the downloading of images or you can change LARGE IMAGE SIZE string in the blogger-importer php file to swap the links with smaller image...
Browse the code, check out SVN repository, or subscribe to the development log by RSS... 0.9.
Fix by Andy from Workshopshed to pass the blogger start-index and max-results parameters to oAuth functions and to process more than one batch https core trac wordpress org ticket 19096.
Read more