kkdai / youtube

Download Youtube Video in Golang
MIT License
3.3k stars 430 forks source link

video can only be played on newer versions of Android #308

Open 3052 opened 11 months ago

3052 commented 11 months ago
> youtubedr info 2ZcDwdXEVyI
cannot playback and download, status: UNPLAYABLE, reason: This video can only
be played on newer versions of Android or other supported devices.

this can be corrected by using a request like this:

POST /youtubei/v1/player HTTP/1.1
Host: www.youtube.com
User-Agent: com.google.android.youtube/18.40.33

{
 "context": {
  "client": {
   "androidSdkVersion": 32,
   "clientName": "ANDROID",
   "clientVersion": "18.40.33",
   "osVersion": "12"
  }
 },
 "videoId": "2ZcDwdXEVyI"
}