diff --git a/Plugins.md b/Plugins.md index f555632..1c84ead 100644 --- a/Plugins.md +++ b/Plugins.md @@ -347,6 +347,7 @@ This object will be replaced by SCrawler with the active settings instance. **AT - ```SeparateVideoFolder``` - if true, the videos **must** be saved separately from the images folder - ```DataPath``` - download path - ```PostsNumberLimit``` - the **maximum** number of posts a user has requested to download! This is a **nullable** argument. So, if it's ```Nothing``` (or ```null``` in C#), then no limited download is requested! + - ```PostsDateLimit``` - the **lowest** date of posts a user has requested to download! This is a **nullable** argument. So, if it's ```Nothing``` (or ```null``` in C#), then no limited download is requested! ### ExchangeOptionsGet