RDFaExtractor already supports expanded mode via expanded parameter but it seems that currently there's no way to pass it when using "All-in-one" extraction via extruct.extract
It'd be nice to add that support either by introducing a constructor argument to RDFaExtractor or by adding keyword arguments (see LxmlMicrodataExtractor for reference)
RDFaExtractor
already supports expanded mode viaexpanded
parameter but it seems that currently there's no way to pass it when using "All-in-one" extraction viaextruct.extract
It'd be nice to add that support either by introducing a constructor argument toRDFaExtractor
or by adding keyword arguments (seeLxmlMicrodataExtractor
for reference)