crux icon indicating copy to clipboard operation
crux copied to clipboard

images, videos, iframes

Open piaci opened this issue 5 years ago • 1 comments

hello! parsed dom does not seem to include images (nor iframe, hence videos). article object holds a list of Article.Images but Image class is private to get its properties (unless one is parsing that string into an object).

is there any way to: a) make Image public? b) add a new property to Image object to point it's location (dom position, text position...)? c) create a similar object for iframes?

this link includes many images (not even lazy load ones) but none appears after parsing, meanwhile article.images holds them all: https://www.slashgear.com/apple-airpods-2-review-price-performance-wireless-charging-04572129/

piaci avatar Apr 04 '19 16:04 piaci

Running into same issue as @piacimosca - Article.Image has package visibility and should have public visibility.

edwinRNDR avatar Nov 11 '19 22:11 edwinRNDR