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

Getting Zero views with premium proxies

Open anonymousgill opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

I'm submitting a ...

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

Description

Hey, i'm getting zero views, i am using Royal Residential proxies from IP Royal. captures_chrome-capture-2022-6-30

These Settings with Format - username:password@hostname:port

everything is working good except views, i am using 3 different links . Pls help Me

Environment

- OS : Win10
- Python : 
- Script version : latest

config.json

{
    "http_api": {
        "enabled": false,
        "host": "0.0.0.0",
        "port": 5000
    },
    "database": true,
    "views": 1200,
    "minimum": 10.0,
    "maximum": 12.0,
    "proxy": {
        "category": "p",
        "proxy_type": "http",
        "filename": "GoodProxy.txt",
        "authentication": true,
        "proxy_api": false,
        "refresh": 0.0
    },
    "background": false,
    "bandwidth": true,
    "playback_speed": 1,
    "max_threads": 5,
    "min_threads": 4
}

anonymousgill avatar Jul 30 '22 14:07 anonymousgill

  1. Session Management is not done if you set rotation to Randomize IP .. while playing a single video in a chrome session every second your ip is rotating so YouTube simply remove the views...each request is going through different IP we don't want that.. we need each video playing with different IP not a single video going through different IP every second

So change it to Sticky IP and set TTL to 3 to 5 minutes ..or 50% to 70% of your average video length

  1. YouTube needs at least 30 seconds of a watch duration to count it as a view.. so you can't just use minimum 10 maximum 12 follow best guideline or calculate the percentage required to get at least 1 minute watch duration from your average video length

MShawon avatar Jul 30 '22 21:07 MShawon