I am trying to get the text \"Album Vol.1 [Every letter I sent you] LP (Normal Edition)\" from http://www.ktown4u.com/iteminfo?grp_no=231307&goods_no=44363#dt_wrap01 under t
With this xpath:
'//div[@id="contents"]/div/div/div[2]/span'
Test in dev tools:
$x('//div[@id="contents"]/div/div/div[2]/span')[0].textContent "Album Vol.1 [Every letter I sent you] LP (Normal Edition)"