TTV-LOL / extensions

296 stars 24 forks source link

Information about ad-free locations #12

Closed ghost closed 3 years ago

ghost commented 3 years ago

This may help for future:

Twitch has this in their settings.js file. I'm assuming, if they block prime subs in IN, they also won't be advertising there, as they can't offer ad-free streaming to subs for India users. Might be worth trying a proxy in India as a fallback in case Russia does give back an ad.

      "prime_blocked_regions": [
    "IN",
    "IND",
    "CU",
    "CUB",
    "SD",
    "SUD",
    "IR",
    "IRN",
    "CHN",
    "CN",
    "SY",
    "SYR",
    "PRK",
    "KP"
]

"prime_sub_blocked_regions": [
    "IN"
]

Russia doesn't seem to be listed, so I'm guessing that's why the odd ad still comes through.