Skip to content

Commit

Permalink
Merge pull request #20 from umrashrf/master
Browse files Browse the repository at this point in the history
fixed missing names for some speakers
  • Loading branch information
shaneaevans committed Apr 15, 2014
2 parents fbc1108 + f63639b commit ce5a865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycon_speakers/spiders/europython_eu.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def parse(self, response):
for speaker in speakers:
il = SpeakerLoader(selector=speaker)
il.add_css('name', ".name > a::text")
il.add_css('name', ".name::text")
il.add_css('image_urls', "img::attr(src)")
il.add_value('year', str(response.meta['cookiejar']))
il.add_value('conference', 'EuroPython')
Expand Down

0 comments on commit ce5a865

Please sign in to comment.