Files
KC-Scraper/settings.yaml
T

15 lines
778 B
YAML
Raw Normal View History

2022-08-14 23:25:25 +02:00
{
presets: "?", # Sets the presets file | '?' for asking | 'n' for sites.txt | '1' for http/s | '2' for socks4 | '3' for socks5
2022-08-14 23:25:25 +02:00
2022-11-23 23:06:53 +01:00
removeWebsites: "?", # Removes not connectable websites | '?' for asking | 'y' or 'n'
2022-09-02 14:26:03 +02:00
2022-11-23 23:06:53 +01:00
removeProxyless: "?", # Removes websites if no proxies are found | '?' for asking | 'y' or 'n'
2022-08-14 23:25:25 +02:00
2023-01-27 22:10:50 +01:00
randomUseragent: "n", # Decides if random useragent is used | '?' for asking | 'y' for random useragent | 'n' will use the most common useragent
2022-11-23 23:06:53 +01:00
threads: "?", # '?' for asking | '[Threadcount]'
2023-10-13 21:51:52 +02:00
timeout: "10", # Sets timeout for the sites | '?' for asking | '[seconds]' | '10' is default
2023-10-13 22:28:16 +02:00
proxyDelimiter: ":" # Set custom Delimiter for proxies (proxy[DELIMITER]port). | '?' for asking | ':' is default | Regex can be used
2022-08-14 23:25:25 +02:00
}