SmartReader 0.7.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SmartReader --version 0.7.1
NuGet\Install-Package SmartReader -Version 0.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SmartReader" Version="0.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SmartReader --version 0.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SmartReader, 0.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SmartReader as a Cake Addin #addin nuget:?package=SmartReader&version=0.7.1 // Install SmartReader as a Cake Tool #tool nuget:?package=SmartReader&version=0.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Basic use
SmartReader.Reader sr = new SmartReader.Reader("https://arstechnica.com/information-technology/2017/02/humans-must-become-cyborgs-to-survive-says-elon-musk/");
SmartReader.Article article = sr.GetArticle();
if (article.IsReadable)
{
// do something with it
}
To know more
Look up the documentation on the official site.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- AngleSharp (>= 0.11.0)
- AngleSharp.Css (>= 0.10.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SmartReader:
Package | Downloads |
---|---|
SuperMemoAssistant.Plugins.Import
Package Description |
|
Drastic.Feed.Parser.SmartReader
Drastic.Feed.Parser.SmartReader is an implementation of IArticleParserService for Drastic.Feed, using SmartReader. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SmartReader:
Repository | Stars |
---|---|
Richasy/FantasyCopilot
A new-age AI desktop tool
|
Version | Downloads | Last updated |
---|---|---|
0.9.6 | 2,538 | 10/9/2024 |
0.9.5 | 11,940 | 6/2/2024 |
0.9.4 | 19,680 | 8/27/2023 |
0.9.3 | 9,628 | 4/15/2023 |
0.9.2 | 10,042 | 2/7/2023 |
0.9.1 | 8,990 | 10/23/2022 |
0.9.0 | 35,421 | 8/28/2022 |
0.8.1 | 3,057 | 6/29/2022 |
0.8.0 | 12,124 | 10/19/2021 |
0.7.5 | 12,341 | 10/31/2020 |
0.7.4 | 14,274 | 9/7/2020 |
0.7.3 | 519 | 9/5/2020 |
0.7.2 | 1,367 | 5/10/2020 |
0.7.1 | 1,682 | 3/8/2020 |
0.7.0 | 5,595 | 10/29/2019 |
0.6.3 | 2,374 | 8/18/2019 |
0.6.2 | 1,161 | 5/25/2019 |
0.6.1 | 1,052 | 4/20/2019 |
0.6.0 | 654 | 4/20/2019 |
0.5.2 | 958 | 1/12/2019 |
0.5.1 | 894 | 8/27/2018 |
0.5.0 | 955 | 8/13/2018 |
0.3.1 | 1,883 | 3/3/2018 |
0.3.0 | 1,008 | 2/17/2018 |
0.2.0 | 1,114 | 1/15/2018 |
0.1.3 | 1,092 | 11/27/2017 |
0.1.2 | 1,028 | 10/17/2017 |
0.1.1 | 1,232 | 9/26/2017 |
For all changes see: https://github.com/strumenta/SmartReader/blob/master/CHANGELOG.md