# Kemono Scraper Configuration # Copy this file to config.yaml and customize it # Global defaults (can be overridden per-creator) host: kemono.cr # Options: kemono.cr, coomer.st, kemono.su (legacy), coomer.su (legacy) outputDir: downloads-%username% # %username% is replaced with userId maxPosts: 5000 # Maximum posts to fetch (0 = unlimited) maxConcurrentDownloads: 4 # Maximum concurrent downloads (1-10, default: 2) proxyRotation: round_robin # Proxy selection strategy (currently round_robin) # Optional proxy list (leave empty to disable proxying) proxies: # - type: http # Options: http, https, socks5 # host: proxy.example.com # port: 8080 # username: myuser # Optional # password: secret # Optional # - type: socks5 # host: socks.example.com # port: 1080 # List of creators to scrape creators: # Example Patreon creator - service: patreon userId: "30037948" outputDir: downloads-diokonigsreuter # Custom output dir # Example Fanbox creator - service: fanbox userId: "3316400" # Example with overrides - service: fantia userId: "83679" maxPosts: 100 # Limit posts for this creator # Example from Coomer - service: onlyfans userId: "belledelphine" host: coomer.st # Supported services: # - patreon # - fanbox # - discord # - fantia # - afdian # - boosty # - gumroad # - subscribestar # - dlsite # - onlyfans (coomer) # - fansly (coomer) # - candfans (coomer)