Comments on existing version & Suggestions for future versions. If you want a new feature suggest it here. Discussions about beta versions also come in this section.
I am not sure that it is easy to add, I'll see if I can add in future versions.
Why would the link be wrong ? It is a problem on the site, so a not so common case I guess...
I've encountered this during IMDB script writing.
Before you call 'GetPicture' you use 'Stringreplace' to get the
Large picture instead of the thumbnail.
However there are cases that by doing so you get no result .
Several possiblities are :
1. The Large Picture realy does not exits.
2. It is temporary offline.
3. It is temporary replaced by a discount picture - which does not conform to the 'replacement rule' .
You can't tell beforehand if the link will yield any result so getting feedback from 'GetPicture' is required.
Ok
Or maybe a "ServerReponse" function that will give the code returned by the server for a link (200 = ok, 404 = not found, ...)
It would be easier to do for me I think