X.Web.MetaExtractor

Library which allow extract meta information from page

MIT License

Stars
7
Committers
3

Bot releases are hidden (Show)

X.Web.MetaExtractor - Version 2.0.2 Latest Release

Published by ernado-x 3 months ago

Breaking Changes

  • Metadata class was changes: The Content field has been removed from the Metadata class. Ensure to update your code to reflect this change if you were using the Content field.
  • Description Extraction Logic: The Extractor class now only extracts the description from meta tags, without attempting to parse the content of the page. Adjust your implementation if it relied on content parsing for the description.

What's Changed

Full Changelog: https://github.com/ernado-x/X.Web.MetaExtractor/compare/v1.8.0...v2.0.2

NuGet

X.Web.MetaExtractor - Version 1.8.0

Published by ernado-x over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ernado-x/X.Web.MetaExtractor/compare/v1.7.0...v1.8.0

NuGet

X.Web.MetaExtractor - Version 1.7.0

Published by ernado-x about 2 years ago

X.Web.MetaExtractor - Version v1.4.7641.34535

Published by ernado-x almost 4 years ago

X.Web.MetaExtractor - Version 1.4

Published by ernado-x almost 5 years ago

Available at https://www.nuget.org/packages/X.Web.MetaExtractor/1.4.7312.26620

Changes:

  • Migrate to .NET Standard 2.0
  • Use HttpClientFactory
  • Update Extractor ctor signature
X.Web.MetaExtractor - Version 1.1.7147.30235

Published by ernado-x about 5 years ago

X.Web.MetaExtractor - Version 1.1.7147.30212

Published by ernado-x about 5 years ago

X.Web.MetaExtractor - Version 1.0.10

Published by ernado-x almost 6 years ago

OpenGraph support added.

Package available at - https://www.nuget.org/packages/X.Web.MetaExtractor/1.0.10

X.Web.MetaExtractor - Version 1.0.8

Published by ernado-x about 6 years ago

Added keyword extractions.

Package available at - https://www.nuget.org/packages/X.Web.MetaExtractor/1.0.8

X.Web.MetaExtractor - Version 1.0.7

Published by ernado-x over 6 years ago

Big refactoring. Now you can:

  • get page language
  • pass your own implementation of page content loader
  • pass your own implementation of language detector

Package available at - https://www.nuget.org/packages/X.Web.MetaExtractor/1.0.7

X.Web.MetaExtractor - Version 1.0.5

Published by ernado-x over 6 years ago