Nested link extraction

Help me to extract [div class "share-native-video" -> data-sources -> src "this link"]

@rounak Have you tried using an 'Element attribute' selector - video[data-sources] with an 'Attribute name' - data-sources? However, you will have to apply additional data post-processing to get rid of redundant characters afterward.

1 Like

@viesturs Let me try this, meanwhile can you give me the complete syntax

@rounak Are you able to share the targeted website?

@ViestursWS thanks, your approach worked.