config 902 B

123456789101112131415161718192021222324252627
  1. ### SnooScraper Configuration
  2. # Be careful, setting high values or enabling too much will slow down scrape times
  3. # Any text after a # symbol on a line will be treated as comments and ignored
  4. ###
  5. #These parameters will control how many posts to try to download
  6. ##
  7. target=25 #Number of posts to try to scrape, 0 for no target
  8. limit=100 #Max number of posts to search, should be >= target, 0 for no limit
  9. ##
  10. #These parameters can be set to 'off', 'include', or 'only'
  11. #Up to ONE parameter can be set to 'only'
  12. ##
  13. post=off #Allow text posts, rather than just links
  14. nonimage=off #Allow links to sites other than images
  15. gif=off #Allow animations/video clips
  16. album=include #Allow imgur albums
  17. ##
  18. #These parameters can be set to 'on or 'off'
  19. ##
  20. insta=on #Get images/clips from instagram posts/accounts
  21. tumblr=on #Get images from tumblr posts
  22. pinterest=on #Get images from pinterest pins/boards
  23. ##