Error processing SSI file
Error processing SSI file
Home » Development Area » DigiGuide Listings Grabber » API Index » Class: Grabber » autoUpdateURL Property
Class Grabber : autoUpdateURL Property
String autoUpdateURL; |
Summary
URL DGLG uses to update the javascript file for this grabber.
Examples
The code below sets the autoUpdateURL. When the script is run DGLG will check the URL by doing a HTTP HEAD on it and if the date and time of the file is older than the date and time of the URL then DGLG will download the file.var g = new Grabber( "Grabber Test Auto-Upgrade", "GBR" ); g.autoUpdateURL = "http://localhost/dev/dglg/javascript-grabbers/Grabber%20Test%20auto-upgrade.js";
g.onRun = function( lp ) { lp.writeLog( "3" );
return true; } |
Requirements
Build Build 3
(Last updated: February 13, 2020 12:43:30)
Error processing SSI file