Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Download specific pages

Compare
Choose a tag to compare
@johanneszab johanneszab released this 18 Jun 16:59
· 247 commits to master since this release
  • Sets the Date modified date in the Explorer to the posts time. It allows to view the blog chronologically by sorting by date. E.g. if a picture was posted on June 04, 2013, the date of that picture will be June 04, 2013.
  • Allows to download single or ranges of blog pages. Valid formats are comma separated values or ranges. E.g:
    • 1,2,3 downloads the pages 1 and 2 and 3.
    • 1-10 downloads the pages 1 till 10.
    • If entered nothing the whole blog is being downloaded.
    • You can set the posts per page between 1 to 50 used for crawling. E.g. settings it to 50 will scan 50 posts per page. If nothing is set, 50 posts will be set.
  • Clicking the preview opens the preview in a full screen window.
  • An option to export all blog urls as a text file in the settings (settings -> general -> Export Blogs). One url per row. This allows a quick transfer of all blogs to a different TumblThree instance by simply opening the generated .txt file, select all blogs and copy them into the clipboard (i.e. ctrl-a, ctrl-c).
  • Updates Russian translation (thanks @blackgur).
  • Updates German translation.
  • Applies all settings changes immediately if possible without application restart. Changing the download location during an active download still requires a manual restart.