This commit is contained in:
nlitkowski 2021-04-07 02:39:02 +02:00
parent 141728f14f
commit e4458b5780

View File

@ -33,8 +33,8 @@ getLinkAndText xpathCondition = proc doc -> do
extractNestedLinksWithText2 xpathCondition = proc x -> do
doc <- downloadDocument -< x
thisValue <- this -< x
((a,b),c) <- getLinkAndText xpathCondition -< doc
uriFixed <- expandURIFixed -< (a,c)
(a,b) <- getLinkAndText xpathCondition -< doc
uriFixed <- expandURIFixed -< (a,thisValue)
returnA -< (uriFixed, b)