-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
54 lines (48 loc) · 1.44 KB
/
Copy pathconfig.example.yaml
File metadata and controls
54 lines (48 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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)