Releases: mesmere/RedditLemmyImporter
Releases · mesmere/RedditLemmyImporter
RedditLemmyImporter 0.3
Changes
- The project is now generic so that it works for more than just the r/GenZhou archive. 🎉
- Easier-to-read byline format.
- Correctly handle relative URLs in cases when posts link to other posts using the rare
/r/subreddit/id36
syntax.
Migration notes
- Command-line usage has changed.
- Because this is a generic importer now,
GenZhouArchive.json
is no longer packaged with this project. It'll still work as an input file if you download it separately, but you now must provide the--json-pointer=/json
option at the command line because the default expected JSON format has changed. See the README for more info.
GenZhou importer 0.2
Fixed some markdown rendering being broken (e.g. seeing an actual >
instead of a quote)
GenZhou importer 0.1
Initial release.