matthewmueller / x-ray

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

How to scrap a tag of class="" and how to apply condition on selector that scrap meta tag which has property="og:image" #320

Closed AbdulBsit closed 5 years ago

AbdulBsit commented 5 years ago

How to scrap a tag of class="" and how to apply condition on selector that scrap meta tag which has property="og:image"

I want to scrap urls having class="" and then want to scrap meta tags having property of og:image how can i filter my result as above

lathropd commented 5 years ago

Duplicate of https://github.com/matthewmueller/x-ray/issues/319