Skip to content

Commit

Permalink
make sure to scrape page 0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuletide committed Jun 7, 2014
1 parent e36124c commit 1079f3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scraper.py
Expand Up @@ -24,6 +24,9 @@ def scrape_genre(genre):

pages = count / 500
if not count % 500: pages -= 1

scrape_genre_page(genre, 0)

#if not check_cache(genre, 0):
#print "not cached, processing json"
#process_json(page, genre)
Expand Down

0 comments on commit 1079f3b

Please sign in to comment.