I am trying to make this work. Saving links in a .txt file based on a word/keyword match.
here is a code :
TAG POS=1 TYPE=h3 ATTR=class:r extract=htm
SET resultLink EVAL("var s='{{!EXTRACT}}';var match txt=\mmorpg\")
set !extract {{resultLink}}
SAVEAS TYPE=EXTRACT FOLDER=C:\tmp FILE=GameList.txt
set !extract null
But all I get is "__undefined__"
in GameList.txt
Can someone help me? Thanks!
Free MMORPG List and MMO Games - MMORPG.com
"` ! So all I want is only the link to be saved , exemple the one from a href : http://www.mmorpg.com/ – STHoney Jul 14 '15 at 22:42