MShawon / YouTube-Viewer

A multithreaded view bot for YouTube
MIT License
1.48k stars 751 forks source link

How to edit reference website in config file #561

Open metallicamu opened 1 year ago

metallicamu commented 1 year ago

Is there an existing issue for this?

I'm submitting a ...

Description

Hi Guys, As the title, I'd like to edit the ref website, such as remove t.com and add my website to archive traffic. So how to edit in config file? Thank you.

Environment

- OS : 
- Python : 
- Script version : 1.8.0

config.json

{
    "http_api": {
        "enabled": false,
        "host": "0.0.0.0",
        "port": 5000
    },
    "database": true,
    "views": 20000,
    "minimum": 40.0,
    "maximum": 50.0,
    "proxy": {
        "category": "r",
        "proxy_type": "http",
        "filename": "",
        "authentication": false,
        "proxy_api": false,
        "refresh": 0.0
    },
    "background": false,
    "bandwidth": true,
    "playback_speed": 1,
    "max_threads": 5,
    "min_threads": 2
}