This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Blogger's backup file to WordPress' WXR converter for Disqus. | |
# | |
# Original script: https://gist.github.com/fajran/5659455 | |
# | |
# Only tested with posts and comments, and NOT with pages. | |
# May not be efficient for huge blogs since the script keeps | |
# all content in the memory during conversion. | |
# |