In [1]:
import helper

from util import thorn_row
tr = thorn_row()

tr.next()


Out[1]:
['SiteName',
 'City',
 'Location',
 'postTitle',
 'postAge',
 'postText',
 'postCreationDate',
 'postUrl',
 'postAuthor',
 'postEmail',
 'postPhone',
 'postPrice',
 'postId']

In [3]:
tr.next()


Out[3]:
['Backpage.com',
 'Aberdeen',
 'Aberdeen, anywhere you want me!',
 'A Flirty Sweetheart for Your VIP Taste! - 19',
 '19',
 'http://www.adultsearch.com/classifieds/bp?id=2Microsoft.SqlServer.Dts.Pipeline.BlobColumn',
 '2014-02-27 04:02:00+00:00',
 'http://aberdeen-sd.backpage.com/FemaleEscorts/a-flirty-sweetheart-for-your-vip-taste-19/4420269',
 '',
 '',
 '',
 '',
 '4420269 aberdeen-sd']

In [3]:


In [ ]: