You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Home.md
+21-11Lines changed: 21 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,16 @@ It is the code rewrite of [TumblTwo](https://github.com/johanneszab/TumblTwo), u
18
18
* A settings panel (change download location, turn preview off/on, define number of concurrent downloads, set the imagesize of downloaded pictures, set download defaults, enable portable mode, etc.)
19
19
* An option to skip the download of a file if it has already been downloaded before in any currently added blog
20
20
* Preview of photos & videos
21
-
* Download of Gif instead of WebP/Gifv images from Tumblr
22
21
* File rename functionality
23
-
*:star:Download of Twitter blogs
24
-
* Image viewer with slideshow mode 🆕
25
-
* Automated update process 🆕
26
-
* Group blogs into collections 🆕
27
-
*Choice of download format for .pnj links 🆕
22
+
* Download of Twitter/X blogs
23
+
* Image viewer with slideshow mode
24
+
* Automated update process
25
+
* Group blogs into collections
26
+
*:star: Download of Bluesky (user feed) blogs 🆕
28
27
<details>
29
28
<summary>click for more</summary><br/>
30
29
30
+
* Download of Gif instead of WebP/Gifv images from Tumblr
31
31
* Internationalization support (several languages available)
32
32
* A download queue
33
33
* Autosave of the queuelist
@@ -39,14 +39,15 @@ It is the code rewrite of [TumblTwo](https://github.com/johanneszab/TumblTwo), u
39
39
* Change of blog settings of multiple selected blogs at once
40
40
* Uses SSL connections
41
41
* Taskbar buttons and key bindings
42
+
* Choice of download format for .pnj links
42
43
</details>
43
44
44
45
### Backup/download of <sub><sup>(click names to expand)</sup></sub>
* Download of photo, video and text posts of blogs
94
+
* Download meta information for photo and video posts
95
+
* Allows to download only original content of the blog and skip reblogged posts
96
+
* Can download only tagged posts
97
+
* Allows to download blog posts in a defined time span
98
+
89
99
</details>
90
100
91
101
_*1 [Tumblr raw image files are inaccessible as of August 10, 2018](https://github.com/johanneszab/TumblThree/issues/261)_
@@ -102,7 +112,7 @@ Read our wiki page about [Application Usage](wiki/How-to-use-the-Application).
102
112
103
113
The default settings should cover most users. You should only have to change the download location and the kind of posts you want to download. You can find more information in [Getting Started](wiki/Getting-Started) and [Insights](wiki/Insights).
104
114
105
-
## Feedback and Bug reports
115
+
## Feedback and Bug Reports
106
116
107
117
If you like TumblThree, give it a star <imgsrc="wiki/images/star.png"alt="star"height="16"/> (at the right upper corner of the page)!
Copy file name to clipboardExpand all lines: How-to-use-the-Application.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,10 @@
28
28
* For downloading photos and videos from the tumblr tag search, you'll have to do some steps:
29
29
1. Go to Settings, click the Authenticate button. Logon to tumblr using an account. After successful logon you can close the window. The cookies are cached and normally you don't need to repeat this for a while.
30
30
2. Add the search url including your tags separated by plus signs (+) in the url (e.g. https://www.tumblr.com/tagged/my+special+tags).
31
-
* For downloading Twitter blogs, you'll have to enter the url in the format:<br>
32
-
`twitter.com/<blogname>`
31
+
* For downloading Twitter/X blogs, you'll have to enter the url in the format:<br>
32
+
`x.com/<blogname>`
33
+
* For downloading Bluesky blogs, you'll have to enter the url in the format:<br>
Copy file name to clipboardExpand all lines: New-Feature-Requests-and-Possible-Enhancements.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,10 @@ Possible things to improve.
30
30
31
31
## How to add new website crawler ##
32
32
33
-
It should be quite straight forward now to add new sites like 500px, instagram, or twitter.
33
+
It should be quite straight forward now to add new sites like 500px, instagram, or twitter/x.
34
34
The downloader and most of the UI should be able to take different websites.
35
35
36
-
You can check [this commit](https://github.com/TumblThreeApp/TumblThree/commit/d1823548493b37baded60db35492f9f3040ecfe5) for the addition of the Twitter downloader as the most recent example. This commit also contains code refactorings to make the naming of the classes and methods more general.
36
+
You can check [this commit](https://github.com/TumblThreeApp/TumblThree/commit/d1823548493b37baded60db35492f9f3040ecfe5)and [this commit](https://github.com/TumblThreeApp/TumblThree/commit/cedc8c31718cf9a3941f87e17b1bcd994740cc2e)for the addition of the Twitter/X and Bluesky downloaders as the most recent examples. This commit also contains code refactorings to make the naming of the classes and methods more general.
37
37
You can also check [this commit](https://github.com/johanneszab/TumblThree/commit/efc9d903f49864ef1424b5496fabce0f0780a68d) for the addition of the Tumblr tag search downloader as the previous example. Older examples include the [Tumblr liked-by downloader](https://github.com/johanneszab/TumblThree/commit/d11375407f462e32ac3ccacb03e7b0861bbaaa39), the [Tumblr downloader for private blogs](https://github.com/johanneszab/TumblThree/commit/8ed1e11efc7c110931b29147460acfe814d4dc84) and the [Tumblr search downloader](https://github.com/TumblThreeApp/TumblThree/commit/cd6383749d28151c49cb3b59f16434f76bf84bfb).
0 commit comments