metadata_fetch
metadata_fetch copied to clipboard
A dart library for extracting metadata in web pages. Supports Open Graph, Meta, Twitter Cards, and Structured Data (Json-LD)
I refer to the ReadMe you provided. I cannot parse the data of Twitter.Did I do something wrong?
I'm using this plugin to fetch (and display) images connected to some urls in my app. I tried this plugin with many sites and works perfectly, but with Amazon it...
Stack Trace ` Error: XMLHttpRequest error. dart-sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart 906:28 get current packages/http/src/browser_client.dart 71:22 dart-sdk/lib/async/zone.dart 1612:54 runUnary dart-sdk/lib/async/future_impl.dart 152:18 handleValue dart-sdk/lib/async/future_impl.dart 704:44 handleValueCallback dart-sdk/lib/async/future_impl.dart 733:13 _propagateToListeners dart-sdk/lib/async/future_impl.dart 530:7 [_complete] dart-sdk/lib/async/stream_pipe.dart 61:11 _cancelAndValue...
Currently it only fetchs image from page with open graph video tag (og:video). Would there be any plans to implement that?
Some websites throws FormatException: Unexpected character (at line 25, character 11). This is the website https://www.henne.com.au/products/elke-top-2
``` var data = await MetadataFetch.extract( 'https://flutter.dev'); // returns a Metadata object print(data); // Metadata.toString() print(data?.title); // Metadata.title print(data?.toMap()); // converts Metadata to map print(data?.toJson()); // converts Metadata to JSON...
A lot of websites use microdata to add semantic meaning to their content. https://schema.org/docs/gs.html A lot of recipe websites have this. Just to give an example: https://www.japanesecooking101.com/crab-gratin-recipe/.
Hello, I'm using this package and I have an issue to update http package version in my [project](https://github.com/Monday-Rocket/ac_project_app). ## Issue Here is the error when I run ```pub get``` ```text...