YouTube-Viewer icon indicating copy to clipboard operation
YouTube-Viewer copied to clipboard

How to edit reference website in config file

Open metallicamu opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

I'm submitting a ...

  • [ ] bug report
  • [X] feature request
  • [ ] support request --> Contact me over mail for support https://github.com/MShawon

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
}

metallicamu avatar Jun 12 '23 11:06 metallicamu