Placeholders
If you want to recheck files --metadata-update after updating the config
Example of generated filenames
The placeholders described below will substitute the {} values
Example Configs"file_options": {
"save_location": "/home/james/Data/ofscraper",
"dir_format": "/{model_username}/{responsetype}/{mediatype}/",
"file_format": "{filename}.{ext}",
"textlength": 0,
"space-replacer": " ",
"date": "MM-DD-YYYY",
"text_type_default": "letter",
"truncation_default": true
},The generated filename based on the example config would be
dir_path and filename
dir_path
The relative directory path within the save location where files are stored
filename
The file's name segment in the saved file
Text Placeholders
Text files are based on posts and have access to all the same placeholders as other media except
Some placeholders will be changed
Downloading Text Filesmetadata
Controls where metadata is save
Setting metadata pathresponse_type placeholder
Responsetype PlaceholdersLast updated