mirror of
https://github.com/levywang/avhub.git
synced 2026-02-21 08:47:22 +08:00
27 lines
503 B
YAML
27 lines
503 B
YAML
# config.yaml
|
|
app:
|
|
cors_origins: ["*"]
|
|
cors_credentials: true
|
|
cors_methods: ["*"]
|
|
cors_headers: ["*"]
|
|
|
|
files:
|
|
hacg_json_path: "/app/data/hacg.json"
|
|
video_urls_txt_path: "/app/data/video_urls.txt"
|
|
|
|
av_spider:
|
|
source_url: "https://missav.ai/cn/search/"
|
|
proxy_url: "http://192.168.50.3:7890" # http or socks5 proxy
|
|
user_proxy: false
|
|
|
|
hacg_spider:
|
|
source_url: "https://www.hacg.mov/wp/"
|
|
|
|
logging:
|
|
log_file: "main.log"
|
|
level: "INFO"
|
|
|
|
hydra:
|
|
run:
|
|
dir: "."
|
|
output_subdir: null |