forked from filipg/twilight-library
WIP
This commit is contained in:
parent
141728f14f
commit
e4458b5780
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user