Hi,
I was tried to make a slideshow from site:
Priceless420
It works, but it download images from all days, not only from today.
Where i've made mistake?
It is a code:
[CODE]
<?xml version="1.0" encoding="utf-8" ?>
<root>
<bot name="Priceless420" author="Lestek" deleteAfterDays="2">
<*.jpg)\">","g");
var arr;
while ((arr = re.exec(text)) != null)
{
slideshow.AddImage("http://priceless420.com/"+arr[1], "http://priceless420.com/", "Priceless420");
}
]]>
</bot>
</root>
[CODE]