use the new add_field() method to define fields
This commit is contained in:
parent
bcfa838e86
commit
92c6507f71
14 changed files with 133 additions and 178 deletions
|
|
@ -31,4 +31,4 @@ class PlayerPage(BasePage):
|
|||
_radio = '_%s' % radio
|
||||
title = select(self.document.getroot(), 'div#titre%s' % _radio, 1).text.strip()
|
||||
artist = select(self.document.getroot(), 'div#artiste%s' % _radio, 1).text.strip()
|
||||
return artist, title
|
||||
return unicode(artist), unicode(title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue