Skip to content

Commit

Permalink
uncommented 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayane committed Apr 14, 2014
1 parent d009ddd commit ff63a82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pycon_speakers/spiders/developerweek_com.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ class PyConSpider(Spider):
base_url = "http://confreaks.com/"

def start_requests(self):
# url = "http://developerweek2014conferenceexpo.sched.org/directory/speakers"
# meta = {'year': '2014', 'conference': self.name}
# yield Request(url, meta=meta,
# callback=self._parse_2014)
url = "http://developerweek2014conferenceexpo.sched.org/directory/speakers"
meta = {'year': '2014', 'conference': self.name}
yield Request(url, meta=meta,
callback=self._parse_2014)

url = "http://www.developerweek.com/2013-sf/index/allspeakers"
meta = {'year': '2013', 'conference': self.name}
Expand Down

0 comments on commit ff63a82

Please sign in to comment.