All Projects → johanneszab → TumblTwo

johanneszab / TumblTwo

Licence: Unlicense License
TumblTwo, an Improved Fork of TumblOne, a Tumblr Downloader.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to TumblTwo

Tumblr Crawler
Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频
Stars: ✭ 1,118 (+1861.4%)
Mutual labels:  photos, crawler, tumblr, videos
Tumblthree
A Tumblr Blog Backup Application
Stars: ✭ 923 (+1519.3%)
Mutual labels:  crawler, downloader, tumblr
Tumblthree
A Tumblr Backup Application
Stars: ✭ 211 (+270.18%)
Mutual labels:  crawler, downloader, tumblr
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+28617.54%)
Mutual labels:  crawler, downloader, tumblr
youtube-downloader-python
You can download the YouTube video for free and convert it to any extension you want.
Stars: ✭ 20 (-64.91%)
Mutual labels:  downloader, videos
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+987.72%)
Mutual labels:  photos, videos
habbo-downloader
⚡A tiny script to download various files directly from Habbo.
Stars: ✭ 47 (-17.54%)
Mutual labels:  downloader, ripper
ngDownloader
📹 🎥 Now Download videos from any website including YouTube, Facebook, Udemy etc without ads.
Stars: ✭ 47 (-17.54%)
Mutual labels:  downloader, videos
Tumblr Liked Photos Export
Export the photos from your liked posts in tumblr
Stars: ✭ 74 (+29.82%)
Mutual labels:  photos, tumblr
exiftool-json-db
Maintain a JSON database of photos and videos with their metadata
Stars: ✭ 18 (-68.42%)
Mutual labels:  photos, videos
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+33700%)
Mutual labels:  downloader, tumblr
viewer
🖼 Simple file viewer with slideshow for media
Stars: ✭ 68 (+19.3%)
Mutual labels:  photos, videos
Insta Downloader
Video & Photo Downloader or Repost for Instagram.
Stars: ✭ 217 (+280.7%)
Mutual labels:  photos, downloader
tumblr-likes
Command-line program that downloads liked posts from Tumblr.
Stars: ✭ 37 (-35.09%)
Mutual labels:  tumblr, tumblr-downloader
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (+250.88%)
Mutual labels:  photos, videos
ArchiverForGooglePhotos
A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
Stars: ✭ 104 (+82.46%)
Mutual labels:  photos, downloader
insta-dl
📷 Download Instagram images from a public user.
Stars: ✭ 88 (+54.39%)
Mutual labels:  downloader, ripper
TumblrLikeAnimView
仿Tumblr点赞动画效果 (心放大,心破碎效果)iOS开发者交流群:446310206
Stars: ✭ 19 (-66.67%)
Mutual labels:  tumblr, tumblr-blog
photo-dl
A photo album downloader
Stars: ✭ 44 (-22.81%)
Mutual labels:  photos, downloader
Media picker
A Flutter Plugin for Selecting and Taking New Photos and Videos.
Stars: ✭ 24 (-57.89%)
Mutual labels:  photos, videos

TumblTwo

TumblTwo, an Improved Fork of TumblOne, a Tumblr Image Downloader.

New: Check out TumblThree for my beginning code rewrite using C# with WPF and the MVVM pattern.


TumblTwo, a TumblOne Fork: TumblTwo is an image downloader for the Bloghoster Tumblr.com largely based on TumblOne by Helena Craven. After supplying a url, the tool will search and download all types of images in a given resolution. You can simultaneously download from multiple blogs and enqueue others.

New Features (over TumblOne):

  • multiple simultaneous picture downloads of a single blog, customizable in the settings. As an alternative, each picture is downloaded successively.
  • multiple simultaneous downloads of different blogs, customizable in the settings.
  • Download of tumblr.com hosted videos
  • it is possible to download images from blogs only for specific tags.
  • a clipboard monitor that detects http(s):// .tumblr.com urls in the clipboard (copy and paste) and automatically adds the blog to the bloglist.
  • a download queue for blogs.
  • a detection if the blog is still online or the owner has changed.
  • the blogview is now sortable and shows more information, e.g. date added, last time finished and the progress.
  • a settings panel (change download location, turn picture preview off/on, define number of simultaneous downloads, set the imagesize of downloaded pictures).
  • Somewhat overhauled user interface which is resizable, faster and saves and restores its settings.
  • Source code at github (Written in C# and WinForms).

Screenshot:

TumblTwo Main UI

Application Usage:

  • To use the application, simply copy the url of any tumblr.com blog you want to download the pictures from into the textbox at the top. Afterwards, click on 'Add Blog' on the right.
  • To start the crawl process, click on 'Crawl' on the right. The application will regularly check for (new) blogs in the queue and start processing them, until you stop the application by pressing 'Stop'. So, you can either add blogs to the queue via 'Add to Queue' first and then click 'Crawl', or you start the crawl process first and add blogs to the queue afterwards.
  • You can set up more than one parallel download in the 'Settings' on the right side. Also, it is possible to change the download location and the sizes of the pictures to download there.

Tags:

  • You can also download only tagged images by adding tags in a comma separated list in the tag column of the blog list in the top. For example: great big car, bears would search for images that are tagged for either a great big car or bears or both.

Performance:

  • If the download stalls after a period of time and just finishes incompletely, you might have to lower the Number of parallel image downloads for all blogs in the settings panel. Most likely the application has opened too many connections to the tumblr network which were timed out and got closed by the servers. Try to recrawl with lower values. The applications restarts where it left off.
  • Otherwise, if the download speeds are not satisfied, you may increase the value.
  • If the download still behaves weird, unticking crawl blogs in parallel in the settings will increase stability on the cost of speed. Images are then download one by one.

Possible Next Features (ToDo-List):

  • Complete code rewrite to remove the spaghetti-code and migrate to WFP (MVVM) instead of WinForms.

I'm completely new to C# and (safe)-threading programming and if anyone wants to help, feel free to commit. So, beware of the code ;). I'll add source code annotations over the next few days and the first git commit is the pure reverse engineered TumblOne code without any modifications from my side.

License:

Since I had to reverse engineer TumblOne (simple reflecting) and TumblOne is under the public domain (http://sourceforge.net/projects/tumblone/), I decided to release the source code with my changes under the public domain as well.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].