You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm crawling a webpage that has unwanted contents in my scope.
I want to select tag that do not contain certain words in their content.
jsoup has something like :contains() selector.
can someone help me?
Subject of the issue
I'm crawling a webpage that has unwanted contents in my scope.
I want to select tag that do not contain certain words in their content.
jsoup has something like :contains() selector.
can someone help me?
sample html can be found in this gist
The text was updated successfully, but these errors were encountered: