useDeepLink option for Reader

This commit is contained in:
2013-12-24 00:12:21 +01:00
parent 51640d64be
commit 41c951052b
5 changed files with 76 additions and 4 deletions
@@ -1656,7 +1656,9 @@ namespace ReadSharp.Ports.NReadability
if (attributeValueTransformer != null)
{
attributeTransformationResult = attributeValueTransformer.Invoke(new AttributeTransformationInput { AttributeValue = attributeValue, Element = element });
attributeTransformationResult = attributeValueTransformer.Invoke(
new AttributeTransformationInput { AttributeValue = attributeValue, Element = element, ArticleUrl = url }
);
}
else
{