Moved archive feature from ideas to features in README.
This commit is contained in:
parent
e65bfaef59
commit
e3aac41bdf
|
@ -6,6 +6,7 @@ Most features are optional and can easily be disabled!
|
|||
|
||||
* Freely configure target paths with variables like username, formatted date, post title, subreddit, image ID, index in album and many more. All variables can be used to create directories
|
||||
* Fetch any (reasonable) amount of users in one go, with their profile image and description
|
||||
* Search various archives for posts no longer listed on reddit, but for which the source or preview is still available
|
||||
* Save image descriptions or other variables as metadata (EXIF for JPEG only, broader support coming soon!)
|
||||
* Avoid duplicates
|
||||
* Extract single images from albums
|
||||
|
@ -24,7 +25,6 @@ Most features are optional and can easily be disabled!
|
|||
* Support for subreddits
|
||||
* Expand metadata support to PNGs, GIFs and videos
|
||||
* Save additional details to an index file
|
||||
* Search various archives for deleted posts (controversial, may or may not be implemented)
|
||||
* Only download non-default profile images (avoid standard avatars)
|
||||
|
||||
## Installation
|
||||
|
@ -99,7 +99,7 @@ Many reddit users have a 'subreddit' of their own in the form of a profile (not
|
|||
* `$itemDate`: The submission date of the individual image or video, formatted by the `dateFormat` configuration described below
|
||||
* `$itemIndex`: The index of the individual image or video in an album, offset by the `indexOffset` configuration described below
|
||||
* `$extracted` (boolean): Whether the item has been extracted as the only item in an album
|
||||
* `$preview` (boolean): Whether the image has been downloaded as a reddit preview because it was unavailable on the original host
|
||||
* `$preview` (boolean): Whether the image is a reddit preview because it was unavailable on the original host
|
||||
* `$ext`: The extension of the medium. Must typically be included, but may be omitted for self (text) posts on Unix systems
|
||||
|
||||
##### `booleans`
|
||||
|
|
Loading…
Reference in New Issue