Support for find_all in Scrape sensor

Well, the title says it all.

Basically, I was trying to get the src from a img tag with the Scrape sensor, but internally, it uses .select instead of .find_all, which makes it impossible to select and extract an img tag, for example.

Would be nice :slight_smile: