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.

MySpace blog address
Optional Settings

Note: the MySpace.com blog URL should look like this:

http://blogs.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:

#<div class="blogSubject">(.*?)</div>.*?<div.*?class="blogContent">(.*?)</div>.*?<div.*?class="blogContentInfo">.*?<a href=['"]http\://blogs\.myspace\.com/index\.cfm\?fuseaction=blog\.view&friendID=([^&]*)&blogID=([^&]*)[^"']*["']>(.*?)</a>#is