Get closed caption “cc” for Youtube video

后端 未结 4 458
借酒劲吻你
借酒劲吻你 2020-12-13 15:50

Does any one know how to get the CC for any Youtube video that has the caption available? I know on the API 2.0 documentation mentions that it is only available for the owne

4条回答
  •  时光说笑
    2020-12-13 16:27

    If video.google.com does not fetch your closed caption file OR you don't want your file in XML format, but would rather SRT (see note below), try:

    CC SUBS

    NOTE: SRT can be transformed into virtually ANY format - either using free subtitling tools OR by replacing \n\n with |, \n with ; and then | into \n, you get a CSV file that can be opened in a spreadsheet, for example.

提交回复
热议问题