On 02/01/14 09:57, [email protected] wrote:
the links have a time limit, so my testing might not be 100%, as, now,
browser shows same what I get from wget with ''

when I grep the html email (rather than lifting link from email client),
links include '&' as'&' I guess single quotes around whole url takes
care of that as well
No, if passing the url you would need to perform the unescaping of html entities yourself (which is usually restricted to a replacement of & to &, but there
could be other, less common entities included in the url).

(Just for completeness, with the procedure suggested by Tim, wget already
deals with the entities)


Reply via email to