fix NReadability CSS issue
This commit is contained in:
@@ -18,7 +18,7 @@ namespace PocketSharp.Tests
|
||||
|
||||
string result = await reader.Read(new Uri("http://frontendplay.com/story/4/http-caching-demystified-part-2-implementation"));
|
||||
|
||||
Assert.True(result.Length > 0);
|
||||
Assert.True(result.Length > 15000);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -77,6 +77,9 @@
|
||||
<Reference Include="Microsoft.Threading.Tasks.Extensions">
|
||||
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json">
|
||||
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.IO">
|
||||
<HintPath>..\packages\Microsoft.Bcl.1.1.3\lib\portable-net40+sl4+win8+wp71\System.IO.dll</HintPath>
|
||||
</Reference>
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace PocketSharp.Ports.NReadability
|
||||
|
||||
#endregion
|
||||
|
||||
private static readonly string _ReadabilityStylesheetResourceName = typeof(NReadabilityTranscoder).Namespace + ".Resources.readability.css";
|
||||
private static readonly string _ReadabilityStylesheetResourceName = "NReadability.Resources.readability.css";
|
||||
|
||||
#region Algorithm constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user