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
