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
Would be good to be able to grab full abstracts, including any HTML content.
In BaseScraper this is currently handled in the get_value method, where a cssselect or xpath look up takes the text_content of the first matched element, rather than returning all child elements.
The text was updated successfully, but these errors were encountered:
Would be good to be able to grab full abstracts, including any HTML content.
In BaseScraper this is currently handled in the get_value method, where a cssselect or xpath look up takes the text_content of the first matched element, rather than returning all child elements.
The text was updated successfully, but these errors were encountered: