Skip to content

Instantly share code, notes, and snippets.

@noahtren
Created March 4, 2021 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahtren/09ce320cb8faaba119b1351596444e76 to your computer and use it in GitHub Desktop.
Save noahtren/09ce320cb8faaba119b1351596444e76 to your computer and use it in GitHub Desktop.
videoId = 'QRE0GxT6Zbw'
response = requests.get(f'http://video.google.com/timedtext',
params={
'lang': 'en',
'v': videoId,
'fmt': 'vtt'
})
print(response.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment