Added List Extractor to get items that come in lists
Added Item Extractor type to get items that are singular i.e. page title or description
Add the ExtractorType enum with each of the different extractor types for type hinting
Changed Parsera._run to use the extractor type selected
Added examples of how the different Extractor Types can be used to the README
I think these changes make this package more useful. Especially for data types that aren't tabular such as the title of a webpage where you only want to get a single value. Feel free to change things in my PR as needed or let me know if you'd like me to work on it some more, thanks.
Here's a summary of my changes:
I think these changes make this package more useful. Especially for data types that aren't tabular such as the title of a webpage where you only want to get a single value. Feel free to change things in my PR as needed or let me know if you'd like me to work on it some more, thanks.
Addresses #2