You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to use multiple selectors, in that i want two different parts of the page i am trying to scrape. I have tried using the :is (from previous post), but i only get the output for the first element reflected in the json-file.
So for the config above, I only get .tc_richcontent reflected in my output-file, and not .tc_page__body__standfirst. Any suggestions to get both parts?
The text was updated successfully, but these errors were encountered:
I am currently trying to use multiple selectors, in that i want two different parts of the page i am trying to scrape. I have tried using the :is (from previous post), but i only get the output for the first element reflected in the json-file.
So for the config above, I only get .tc_richcontent reflected in my output-file, and not .tc_page__body__standfirst. Any suggestions to get both parts?
The text was updated successfully, but these errors were encountered: