lmc999 / RegionRestrictionCheck

A bash script to check the status of your IP on various geo-restricted services.
GNU Affero General Public License v3.0
3.88k stars 528 forks source link

请问能支持印度流媒体吗? #2

Closed Polaris0112 closed 3 years ago

Polaris0112 commented 3 years ago

比如是Hotstar,JioTV,sonylive,TATASKY这些网站,印度原生比较难找

lmc999 commented 3 years ago

Hotstar计划中,其他等有时间可以补充进脚本

Polaris0112 commented 3 years ago

感谢!

lmc999 commented 3 years ago

流媒体解锁测试脚本新添加了Hotstar,如果你有这个OTT平台账号的话帮忙测试一下,因为我没有账号,不清楚播放视频时cdn接口是否会用不同的IP库二次鉴权

Polaris0112 commented 3 years ago

视频播放过程中会有鉴权API https://bifrost-api.hotstar.com/v1/identify

Request Payload
{
    "integrations": {

    },
    "context": {
        "page": {
            "path": "/in/tv/out-of-love/1260013972",
            "referrer": "",
            "search": "",
            "title": "Gumrah - Watch Episode 1 - Deadly Vacation on Disney+ Hotstar",
            "url": "https://www.hotstar.com/in/tv/out-of-love/1260013972"
        },
        "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36",
        "library": {
            "name": "analytics.js"
        }
    },
    "traits": {
        "platform": "web",
        "subscription_status": "Free",
        "p_id": "11a548ea68033001a94ee3e43c123c347",
        "h_id": "b927e9d65dcr4321b5586e22981239e33",
        "logged_in_status": true,
        "cookie_id": "32774d1d-0fe1-46ec-90cc-7806177eddd0",
        "asn_number": "xxxx",
        "device_id": "32774d1d-0fe1-46ec-90cc-7806177eddd0",
        "plan_type": "FREE",
        "profile": "main",
        "gender": "",
        "phone_number": "9655593457",
        "date_of_birth_format": "",
        "country": "IN",
        "lat": "18.98",
        "long": "72.83",
        "display_language": "eng",
        "subscription_ums_item_id": "Free",
        "primary_language": "Hindi",
        "primary_lang_score": 0.63,
        "secondary_language": "Tamil",
        "secondary_lang_score": 0.11,
        "tertiary_language": "Telugu",
        "tertiary_lang_score": 0.08,
        "is_parental_lock_enabled": false,
        "days_to_expire": 0,
        "city": "NEW_DELHI",
        "ads_country": "IN",
        "state": "DL",
        "login_method": "Phone Number"
    },
    "userId": "11a548ea68003921a94ee3e43c33c347",
    "anonymousId": "8e1353213-e6d0-40a2-bf2e-3213a11793213",
    "timestamp": "2021-07-07T07:49:04.202Z",
    "type": "identify",
    "sentAt": "2021-07-07T07:49:04.206Z",
    "messageId": "ajs-46f135ee1bd0cad6e1b3f2313dar289f63"
}

不过不影响,前面curl能过后面播放不是问题