
MySpace Blog Export
MySpace Blog Export generates RSS or Atom full-text exports for MySpace blogs. Just enter the URL for a MySpace blog, and the feed will be created. You can use it to backup your blog, or to move it to another site, e.g. using WordPress RSS Import.
Note: the MySpace.com blog URL should look like this:
http://blog.myspace.com/[USER_NAME_HERE]
Or this:
http://blog.myspace.com/index.cfm?fuseaction=blog.ListAll&friendID=[NUMBER_HERE]
How This Works
For any programmers interested in replicating this, the following PCRE is used here to strip the relevant data out of a MySpace blog:
#<p class="blogSubject">(.*?)</p>.*?<p class="blogContent">(.*?)</p>[^<]*<p class="blogContentInfo">.*?<a href="http\://blog\.myspace\.com/index\.cfm\?fuseaction=blog\.view&friendID=([^&]*)&blogID=([^&]*)[^"]*"><b>(.*?)</b></a>#is
For additional assistance, I do quality freelance work.