autopep8 with 120 chars line length on my modules
This commit is contained in:
parent
6a7bc0924d
commit
5d923bc73b
39 changed files with 434 additions and 426 deletions
|
|
@ -34,10 +34,10 @@ class SevenFiftyGramsBrowser(BaseBrowser):
|
|||
PAGES = {
|
||||
'http://www.750g.com/recettes_.*.htm': ResultsPage,
|
||||
'http://www.750g.com/fiche_de_cuisine_complete.htm\?recettes_id=[0-9]*': RecipePage,
|
||||
}
|
||||
}
|
||||
|
||||
def iter_recipes(self, pattern):
|
||||
self.location('http://www.750g.com/recettes_%s.htm' % (pattern.replace(' ','_')))
|
||||
self.location('http://www.750g.com/recettes_%s.htm' % (pattern.replace(' ', '_')))
|
||||
assert self.is_on_page(ResultsPage)
|
||||
return self.page.iter_recipes()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue