ParsersParser is a small plugin intended for get new content from sposnor sites and remove obsoltte content. So you do not need daily check and add new content using import. There are two types of parsers:
Dates in URLSSome sponsors have no dump of last galleries but have dump for date range. In this case url of dump looks like this: http://example.com?from_date=10:02:2010&to_date=12:02:2010. So date range hadrcoded in URL. If you add this URL to parser you can not get updates. We must change date range every parser start to get updates. To do this use next expression: http://example.com?from_date=##date(d:m:Y)##&to_date=##date(d:m:Y)-48## ##date(d:m:Y)-48## will be replaced with current date minus 48 hours. Notes:
|