BayanGroup / nutch-custom-search

65 stars 34 forks source link

Css :not pseudo-class doesn't work #32

Closed AndraIonescu closed 8 years ago

AndraIonescu commented 9 years ago

Hi,

I tried to use the :not(.class-name) pseudo-class and it doesn't work. Is it not recognized by your plug-in or what is the problem?

Thanks!

tahagh commented 9 years ago

Hi, The plugin internally uses the jsoup project for its css-selector processing. As far as I know jsoup supports this pseudo-class so the problem might lie somewhere else.