Skip to content

Instantly share code, notes, and snippets.

@biswanaths
Created June 3, 2014 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biswanaths/076281e053b9279e1c6c to your computer and use it in GitHub Desktop.
Save biswanaths/076281e053b9279e1c6c to your computer and use it in GitHub Desktop.
so_23892582
def __init__(self, *args, **kwargs):
super(CpasbienSpider, self).__init__(**kwargs)
self.keywords = kwargs['keywords'].split(',')
print self.keywords
self.start_urls = [
'http://cpasbien.pe/recherche']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment