rflechner / ScrapySharp

reborn of https://bitbucket.org/rflechner/scrapysharp
MIT License
346 stars 75 forks source link

Some css selector not supported #3

Closed Bebop182 closed 4 years ago

Bebop182 commented 6 years ago

Unless I'm falling elsewhere some selector throw an exception: Invalid css selector syntax The two that aren't working so far are "E + F" & "E:not(selector)".

Is there a list of supported selectors?

rflechner commented 6 years ago

Could you please provide a HTML sample with selector sample and expected results ?