Feature request: ability to download post text in addition to the content (photos/videos) #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the program only downloads the content of the post, so photos and videos. It would be nice if the program could download the post text as well (perhaps as an option). I think this would be especially handy in combination with the "folder per post/message" option.
This has been requested before and would be pretty easy to add. OF-DL does save the post content to the user_data.db file in the Metadata folder (for each creator). You can view/export the post content yourself manually by opening the database file and browsing the posts table using a program like "DB Browser for SQLite".