Skip to content

Commit 783ea4a

Browse files
authored
Update Wiki (#4)
1 parent 4cd0df2 commit 783ea4a

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

Home.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ It is the code rewrite of [TumblTwo](https://github.com/johanneszab/TumblTwo), u
1818
* 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.)
1919
* An option to skip the download of a file if it has already been downloaded before in any currently added blog
2020
* Preview of photos & videos
21-
* Download of Gif instead of WebP/Gifv images from Tumblr
2221
* 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 🆕
2827
<details>
2928
<summary>click for more</summary><br/>
3029

30+
* Download of Gif instead of WebP/Gifv images from Tumblr
3131
* Internationalization support (several languages available)
3232
* A download queue
3333
* Autosave of the queuelist
@@ -39,14 +39,15 @@ It is the code rewrite of [TumblTwo](https://github.com/johanneszab/TumblTwo), u
3939
* Change of blog settings of multiple selected blogs at once
4040
* Uses SSL connections
4141
* Taskbar buttons and key bindings
42+
* Choice of download format for .pnj links
4243
</details>
4344

4445
### Backup/download of <sub><sup>(click names to expand)</sup></sub>
4546
* <details><summary><b>Blogs / Hidden blogs</b></summary>
4647

4748
* Download of photo, video (only tumblr.com hosted), text, audio, quote, conversation, link and question posts
48-
* Download of meta information for photo, video and audio posts
49-
* Download of inlined photos and videos (e.g. photos embedded in question&answer posts)
49+
* Download meta information for photo, video and audio posts
50+
* Download inlined photos and videos (e.g. photos embedded in question&answer posts)
5051
* Download of all image sizes possible (SVC, API only for newer blogs, higher resolution not possible for old blogs *1)
5152
* Support for downloading Imgur, Gfycat, Webmshare, Uguu and Catbox linked files in tumblr posts
5253
* Download of safe mode/NSFW blogs
@@ -78,14 +79,23 @@ It is the code rewrite of [TumblTwo](https://github.com/johanneszab/TumblTwo), u
7879
* Allows to download posts in a defined time span
7980

8081
</details>
81-
* <details><summary><b>Twitter Blogs</b></summary>
82+
* <details><summary><b>Twitter/X Blogs</b></summary>
8283

8384
* Download of photo, video and text posts of blogs
84-
* Download of meta information for photo and video posts
85+
* Download meta information for photo and video posts
8586
* Allows to download only original content of the blog and skip reblogged posts
8687
* Can download only tagged posts
8788
* Allows to download blog posts in a defined time span
8889

90+
</details>
91+
* <details><summary><b>Bluesky Blogs</b></summary>
92+
93+
* 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+
8999
</details>
90100

91101
_*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).
102112

103113
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).
104114

105-
## Feedback and Bug reports
115+
## Feedback and Bug Reports
106116

107117
If you like TumblThree, give it a star <img src="wiki/images/star.png" alt="star" height="16"/> (at the right upper corner of the page)!
108118

How-to-use-the-Application.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
* For downloading photos and videos from the tumblr tag search, you'll have to do some steps:
2929
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.
3030
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-
&nbsp;&nbsp;&nbsp;`twitter.com/<blogname>`
31+
* For downloading Twitter/X blogs, you'll have to enter the url in the format:<br>
32+
&nbsp;&nbsp;&nbsp;`x.com/<blogname>`
33+
* For downloading Bluesky blogs, you'll have to enter the url in the format:<br>
34+
&nbsp;&nbsp;&nbsp;`https://bsky.app/profile/<blogname>.bsky.social`
3335
* Key Mappings:
3436
* double click on a blog adds it to the queue
3537
* drag and drop of blogs from the manager (left side) to the queue.

New-Feature-Requests-and-Possible-Enhancements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Possible things to improve.
3030

3131
## How to add new website crawler ##
3232

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.
3434
The downloader and most of the UI should be able to take different websites.
3535

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.
3737
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).
3838

3939
In essence, you have to do:

0 commit comments

Comments
 (0)