Skip to content

Commit

Permalink
mangadex: set download_delay
Browse files Browse the repository at this point in the history
  • Loading branch information
aplanas committed Jun 18, 2018
1 parent 1471f86 commit bf52abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper/scraper/spiders/mangadex.py
Expand Up @@ -28,6 +28,8 @@
class MangaDex(MangaSpider):
name = 'mangadex'
allowed_domains = ['mangadex.org']
# Less that 500 hits every 10 minutes
download_delay = 0.8

def get_genres_url(self):
return 'https://mangadex.org/search'
Expand Down

0 comments on commit bf52abd

Please sign in to comment.