matthewmueller / x-ray

The next web scraper. See through the <html> noise.
MIT License
5.87k stars 349 forks source link

multiple selectors #164

Closed ageorgios closed 8 years ago

ageorgios commented 8 years ago

Hello,

It would be really great to allow for multiple selectors per url request, something like:

        x(url, [
          'selector1',
          'selector2'
        ])(function(err,results) {
        })

Thank you great work!

Kikobeats commented 8 years ago

why about follow the issue template? please use it to reopen the issue