1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-18 03:22:02 +02:00

Updated redirects.fql

This commit is contained in:
Tim Voronov 2019-12-24 18:51:59 -05:00
parent fe7b45df6e
commit 2dd5457f8c

View File

@ -8,6 +8,8 @@ LET doc = DOCUMENT("http://waos.ovh/redirect.html", {
CLICK(doc, '.click')
WAIT_NAVIGATION(doc)
WAIT_NAVIGATION(doc, {
target: "(\/[0-9].*\?|redirect2.html)"
})
RETURN ELEMENT(doc, '.title')