OF-DL
OF-DL copied to clipboard
Configuration and re-scrap question
This is my current configuration which I've used to complete a scrap:
{
"DownloadAvatarHeaderPhoto": true,
"DownloadPaidPosts": true,
"DownloadPosts": true,
"DownloadArchived": true,
"DownloadStreams": true,
"DownloadStories": true,
"DownloadHighlights": true,
"DownloadMessages": true,
"DownloadPaidMessages": true,
"DownloadImages": true,
"DownloadVideos": true,
"DownloadAudios": true,
"IncludeExpiredSubscriptions": false,
"SkipAds": false,
"DownloadPath": "D:/",
"PaidPostFileNameFormat": "{id}_{mediaid}_{filename}",
"PostFileNameFormat": "{username}_{id}_{mediaid}_{mediaCreatedAt}",
"PaidMessageFileNameFormat": "{id}_{mediaid}_{createdAt}",
"MessageFileNameFormat": "{id}_{mediaid}_{filename}",
"RenameExistingFilesWhenCustomFormatIsSelected": false,
"Timeout": null,
"FolderPerPaidPost": false,
"FolderPerPost": false,
"FolderPerPaidMessage": false,
"FolderPerMessage": false,
"LimitDownloadRate": false,
"DownloadLimitInMbPerSec": 4,
"DownloadOnlySpecificDates": false,
"DownloadDateSelection": "after",
"CustomDate": "",
"ShowScrapeSize": false,
"DownloadPostsIncrementally": false
}
I'm thinking of changing following parameters (with new values):
"FolderPerPaidPost": true,
"PostFileNameFormat": "{username}_{id}_{mediaid}_{postedAt}",
"PaidMessageFileNameFormat": "{id}_{mediaid}_{postedAt}",
Will the script reorganize the scrap data by moving and renaming already downloaded files into per-post directories ?