Image scraper. HELP!

Xristakitos

Newbie
Joined
Dec 3, 2012
Messages
33
Reaction score
8
Greetings blackhatters,
i want to make an image scraper (bot) in vb but my skills is not perfect . I want many pics from a site and it will help me a lot if anyone could tell me something about this!
Thanks!
 
Have you tried a customized plugin option in VB? Alternatively, you can create your own bot to harness images from whatever URL you need
 
I found some stuff online but i havent worked with that a lot so it didnt work as i wanted to!
 
here's sample code:
Use this regular expression and check url ends with jpg/png/gif?

@"((www\.|(http|https|ftp|news|file)+\:\/\/)[_.a-z0-9-]+\.[a-z0-9\/_:@=.+?,##%&~-]*[^.|\'|\# |!|\(|?|,| |>|<|;|\)]))
 
If it's not mandatory to scrape the images with vb, you can use Scrapebox. Simple and fast.
 
ok checked it .. Although i ll keep trying to find a way to do it with vb.. thanks anyway!!
 
Back
Top