Hi, I'm trying to write a script that visits webpages containing thumbnails linking to movies and fetches the thumbnail urls. Here is what I came up with:
$source =~ /href[^>]*\.$match[^>]*>[^<]*<[\s]*img[^>]*src[\s]*=["'\s]*([^"'\s>]*)/i;
$iurl = $1;
...where $match would be different movie...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.