DateInUrl
A Boolean value that specifies whether the date associated with a Web page can be extracted from the page URL. When you set this parameter to TRUE
, the connector attempts to extract the date from the server relative URL (which does not include the scheme, hostname, or port). Only if the connector fails to extract the date from the URL does it attempt to extract the date from the page content (from the elements identified by PageDateSelector), or from the HTTP headers (named by PageDateHeader).
The date must be in one of the formats specified by the DateFormats parameter.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | DateInUrl=TRUE
|
See Also: |