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
|
extractNestedLinksWithText2 xpathCondition = proc x -> do
|
||||||
doc <- downloadDocument -< x
|
doc <- downloadDocument -< x
|
||||||
thisValue <- this -< x
|
thisValue <- this -< x
|
||||||
((a,b),c) <- getLinkAndText xpathCondition -< doc
|
(a,b) <- getLinkAndText xpathCondition -< doc
|
||||||
uriFixed <- expandURIFixed -< (a,c)
|
uriFixed <- expandURIFixed -< (a,thisValue)
|
||||||
returnA -< (uriFixed, b)
|
returnA -< (uriFixed, b)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user