blog2epub

Convert blog (blogspot.com, wordpress.com or another based on Wordpress) to epub using command line or GUI.

MIT License

Stars
37
blog2epub - v1.3.0 Latest Release

Published by bohdanbobrowski 3 months ago

Important information:

  • macOS app on dmg was broken, so I've removed it for a while and will try to fix it ASAP
  • Linux packages will be provided in the future, as will the Windows installer

In case of problems, I recommend running this program from sources, which is explained in the README.md file.

blog2epub - v1.2.6

Published by bohdanbobrowski 7 months ago

bugfix release

  • resistance to broken links
  • atom feed when skipped
  • better comments support
  • more random cover generator
blog2epub -

Published by bohdanbobrowski 12 months ago

  • save url textfield history and allow easily choose from these urls
  • change font from Lato (nice but large files) to much smaller (Alegreya and Martian Mono for UI)
  • make program window not resizable
  • add popup similar to about dialog after finished ebook generation
blog2epub -

Published by bohdanbobrowski 12 months ago

  • article loop fix (crawler was reading by default from atomfeed, and returning maximum 25 articles)
  • refactor, as usual
  • url history saved into yaml file
blog2epub - v1.2.3

Published by bohdanbobrowski almost 1 year ago

  • Windows and macOS (unsigned) builds
  • fixed encoding error in month name
  • some minor refactors and fixes
blog2epub - v1.2.2

Published by bohdanbobrowski about 1 year ago

Main changes:

  • Empty images list bug
  • Fixing macOS build (works on my machine - Ventura 13.3.1)
  • Improving macOS build - dmg now contains Applications folder shortcut to ease installation
blog2epub - v1.2.1

Published by bohdanbobrowski about 2 years ago

  • Kivy threading fix
  • skip parameter fix
  • Linux build (now I'm working on adding package to various linux package repositories)
blog2epub - v1.1.0

Published by bohdanbobrowski about 3 years ago

Changes in this release:

  • migration to Gtk (for better support on multiple platforms)
  • requirements cleanup
  • about dialog
  • osx dmg installer included
blog2epub -

Published by bohdanbobrowski almost 5 years ago

  • gzip html in cache folder
  • atom feed parsing
  • better system notifications, also under linux
blog2epub -

Published by bohdanbobrowski about 5 years ago

Main changes:

  • improved saving GUI settings
  • system notification on finished download
blog2epub -

Published by bohdanbobrowski about 5 years ago

After a little struggle figured how to build macOS app with pyinstaller.