-
Notifications
You must be signed in to change notification settings - Fork 631
Config options
The config file is at
%LOCALAPPDATA%\ripme on Windows
$HOME/.config/ripme on *Nix
$HOME/Library/Application Support/ripme on MacOS
bool
If true ripme will overwrite existing files rather than skip them
bool
If true ripme will try to download any links in the clip board
bool
Don't retry on 404 errors
bool
If true ripme will prefix each downloaded file with a number in the order the file was download
bool
If true ripme will auto-update every time it's started
bool
If true the tumblr ripper will download the image in the size it was uploaded in
bool
If true ripme will play a sound every time a rip finishes
bool
TODO figure out what this is for
bool
If true ripme will save it's logs
bool
If true ripme will save all urls to a text file and download no files
bool
Currently does nothing
bool
Prefer mp4 when downloading a video that has more than 1 format
bool
If true ripme will prompt the user with a "Are you sure?" box when clearing ripmes download history
bool
If true the instagram ripper will skip videos and only download images
string
The sessionid set when you log into instagram. Setting this will allow you to rip private instagrams that you have access to
int
File download timeout (in milliseconds)
int
Page download timeout (in milliseconds)
int
Maximum size of downloaded files in bytes
int
The number of threads to use
int
TODO figure out what this is for
int
The max number of times download a url will fail with "Already downloaded" before the rip stops.
Note: To use this feature remember.url_history must be set to true
String
Twitter API key (Base64'd)
String
Tumblr API key
String
The debug log level (Example: Log level: Debug)
String
TODO figure out what this is for
Bool
If true ripme saves images from 8muses with only the page number as the filename
String
HTTP Proxy (format [user:password]@host[:port]) WARNING: see https://stackoverflow.com/q/41505219 for HTTP Proxy with user/password
String
SOCKS Proxy (format [user:password]@host[:port])
String
What language to use for ripmes UI
Example to display the UI in German set lang to "de_DE"
String
A comma separated list of tags which if present on a nhentai album will cause ripme to skip it
Example: Adding "nhentai.blacklist.tags = one,two, three" will cause ripme to skip any nhentai album with the tags one, two or three
String
A comma separated list of tags which if present on a ehentai album will cause ripme to skip it
Example: Adding "nhentai.blacklist.tags = one,two, three" will cause ripme to skip any ehentai album with the tags one, two or three
A comma separated list of tags which if present on a tsumino album will cause ripme to skip it
Example: Adding "tsumino.blacklist.tags = one,two, three" will cause ripme to skip any tsumino album with the tags one, two or three
String
A list of deviantart login cookies
Example: auth=__0f9158aaec09f;auth_secure=__41d14dd0da101f411bb0%3;userinfo=__bf84ac233bfa8ae642e8%3B%7B%22use
String
A list of furaffinity login cookies
Example: a=cookieA;b=cookieB
Bool
If true ripme will attempt to login to furaffinity before downloading any images
Warning: If you haven't changed the furaffinity.cookies value to your own account ripme will log in using a shared account. Other users of this shared account maybe to able to see when you ripped from furaffinity and how many items you ripped as well as your IP.
Bool
If true ripme will always try to update even if it is the newest version
Bool
If true all unit test will be run, including those that often fail due to network issues
Bool
If true ripme will write the url of every file it downloads to a file and skip those urls in future rips
Bool
If false the reddit ripper will not create any subdirs
Bool
If true ripme will run the command at finish.command when a rip finishes
String
The command to be run when a rip finishes
The following strings are replaced before the command is run
%path% : the path to the album folder
%url% : the url that was ripped
Bool
If true then the reddit ripper will filter by votes
Int
The max upvotes a post can have and still be ripped
Int
The min upvotes a post can have and still be ripped