Hey, I need to download product images and description from a site. The URL pattern would be examplesite.com/product.asp?id=xxx This is the link of a popup page that shows the high resolution image of the product and the description. I was wondering if it is possible to download the images to a fodler and the description of each product to a separate text file. I think it uses regular expression but the problem is I have no clue what regular expressions are. Correct me if I am wrong. Thanks!