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

Scan for non-tumblr photo and video urls

Compare
Choose a tag to compare
@johanneszab johanneszab released this 11 Dec 20:08

Some usage notes/advices for new users.


New in this release:

  • Fixes an application crash if TumblThree cannot agree to the new Tumblr ToS (#295, #311, #323).
  • TumblThree can now crawl in parallel two different kind of blogs with the same name. For example the "likes" and the regular blog of the same user (#296).
  • Updates German translation (thanks to @fdellwing, #300).

  • Contains an option to scan everything TumblThree crawls for photos or video urls using regular expressions. It however excludes urls containing tumblr_, because otherwise too many duplicates were downloaded in all kinds of resolutions (e.g. tumblr_abc_{128,640,1280}.jpg). This might still add duplicates, but it might also gather some externally hosted photo or videos embedded in (text) posts. I've not tested this, it was just an idea I wanted to add before the 17th December. Maybe it's complete crap. Thus, use it with caution.

  • This release contains a lot of code refactoring. If this release doesn't work for you, try the latest previous release found here. That release should be a lot more mature.

  • New in v1.0.8.66:

    • Fixes incorrect handling of photosets in the regular Tumblr blog Crawler (#328).
    • Downloads Tumblr videos from the v*.tumblr.com hosts (#285, #320).
  • New in v1.0.8.67:

    • Prevents same blog additions when triggering the clipboard monitor rapidly one after another.
    • Downloads Tumblr videos from the v*.tumblr.com hosts, now also in liked-by downloads (#320).
  • New in v1.0.8.68:

    • Prevents application stall if the crawl is canceled immediately after a new crawl started. Previously, in those cases, the crawl button didn't return active after cancel was pressed or a active item remained in the queue, even if the crawler was stopped.