From: Colin Summers Date: 2007-06-14T09:59:53+09:00 Subject: more mechanize Okay, I managed to get mechanize to login for me. Now I am pulling down a vBulletin page which has a thread on it: # pull down a thread puts "Thread:\n" page = agent.get('http://dapo.org/forums/archive/index.php?t-2293.html?pda=1') pp page but all I get is: Thread: #} {meta} {title "Alternator failure For Real This Time [Archive] - Diamond Aircraft Pilots/Owners Organization"} {iframes} {frames} {links # # # # #} {forms}> It's cool that I have a data structure for the links, but, um, where's the text of the page? That's the stuff I *want*. Thanks. --Colin