{
 "retrievedOn": "2026-09-20",
 "tool": "HTTP GET (WebVTT file)",
 "note": "Plain GET of the eng-US ASR WebVTT for four cold brew videos, no login. Only the first two cue lines are kept. URLs removed because they expire.",
 "calls": [
  {
   "video": "7497373424814165253",
   "method": "HTTP GET of subtitleInfos[0].Url (eng-US, ASR) with Python urllib",
   "result": {
    "status": 200,
    "contentType": "video/mp4",
    "bytes": 1477,
    "cueCount": 19,
    "textChars": 879,
    "textWords": 167,
    "firstTwoCues": [
     "Today I'm showing you how to make delicious cold brew at home",
     "in two easy ways."
    ],
    "firstTwoTimings": [
     "00:00:00.020 --> 00:00:03.140",
     "00:00:03.141 --> 00:00:04.761"
    ]
   }
  },
  {
   "video": "7616055119586659615",
   "method": "HTTP GET of subtitleInfos[0].Url (eng-US, ASR) with Python urllib",
   "result": {
    "status": 200,
    "contentType": "video/mp4",
    "bytes": 3037,
    "cueCount": 42,
    "textChars": 1726,
    "textWords": 343,
    "firstTwoCues": [
     "Ooh, okay.",
     "Let me help you make that process,"
    ],
    "firstTwoTimings": [
     "00:00:02.220 --> 00:00:03.220",
     "00:00:03.221 --> 00:00:04.461"
    ]
   }
  },
  {
   "video": "7658549384166067470",
   "method": "HTTP GET of subtitleInfos[0].Url (eng-US, ASR) with Python urllib",
   "result": {
    "status": 200,
    "contentType": "video/mp4",
    "bytes": 1214,
    "cueCount": 16,
    "textChars": 709,
    "textWords": 134,
    "firstTwoCues": [
     "Cold brew sucks, but we found a way to fix it.",
     "Traditional cold brew is mute,"
    ],
    "firstTwoTimings": [
     "00:00:00.140 --> 00:00:03.140",
     "00:00:03.141 --> 00:00:04.901"
    ]
   }
  },
  {
   "video": "6969368225108872454",
   "method": "HTTP GET of subtitleInfos[0].Url (eng-US, ASR) with Python urllib",
   "result": {
    "status": 200,
    "contentType": "video/mp4",
    "bytes": 431,
    "cueCount": 7,
    "textChars": 205,
    "textWords": 40,
    "firstTwoCues": [
     "this is how you make cold brew for one week",
     "300 grams of ground coffee"
    ],
    "firstTwoTimings": [
     "00:00:00.568 --> 00:00:02.471",
     "00:00:02.768 --> 00:00:04.031"
    ]
   }
  }
 ]
}