Today i will show you "How to get data from other blogspot",That mean you can download all data XML from other blogspot and Import to your blogger.
Step 1:Check RSS is full or not:
http://Victim.blogspot.com/atom.xml
Step 2:Creat a new post and paste this code to see total post on victim blog.
<script style="text/javascript">
function showpostcount(json) {
document.write('<center>Total Post: <b>' + parseInt(json.feed.openSearch$totalResults.$t,10)
+ '</b></center>');}</script>
<script src="http://Victim.blogspot.com/feeds/posts/default?alt=json-in-script&callback=showpostcount"></script>
<script style="text/javascript"></script>
Step 3:Use IDM download data from victim blog:
http://victim.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=10
start-index=1 started the latest post
max-result=10 Get data 1 to 10
Victim.blogspot.com: The blog Victim
You can get data step by step with other way:
http://Victim.blogspot.com/atom.xml?redirect=false&start-index=11&max-results=10
http://Victim.blogspot.com/atom.xml?redirect=false&start-index=21&max-results=10
...............................................................
Protect your data xml blogspot?(More here)
Wach Video Tut