[VEVO] Support for captions #8241

Open
opened 2026-02-21 03:07:18 -05:00 by deekerman · 1 comment
Owner

Originally created by @ghost on GitHub (Jul 8, 2016).

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.07.07. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.07.07

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

Description of your issue, suggested solution and other information

It seems VEVO has subtitles on their site despite not displaying them there, only on YouTube. From this playlist:

#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="English",DEFAULT=NO,AUTOSELECT=YES,FORCED=NO,LANGUAGE="eng",URI="subtitles/subtitles_en.m3u8"

And the subtitles are under http://hls-aws.vevo.com/v3/hls/2016/07/USH5V1622713/f27f4e03-7554-4b9b-bd83-74e8e42477e2/subtitles/en/0001.vtt, 0002.vtt and so on.

Would be nice if those could be downloaded directly instead of having to download them separately from YouTube.

Originally created by @ghost on GitHub (Jul 8, 2016). ## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your _issue_ (like that [x]) - Use _Preview_ tab to see how your issue will actually look like --- ### Make sure you are using the _latest_ version: run `youtube-dl --version` and ensure your version is _2016.07.07_. If it's not read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected. - [x] I've **verified** and **I assure** that I'm running youtube-dl **2016.07.07** ### Before submitting an _issue_ make sure you have: - [x] At least skimmed through [README](https://github.com/rg3/youtube-dl/blob/master/README.md) and **most notably** [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections - [x] [Searched](https://github.com/rg3/youtube-dl/search?type=Issues) the bugtracker for similar issues including closed ones ### What is the purpose of your _issue_? - [ ] Bug report (encountered problems with youtube-dl) - [ ] Site support request (request for adding support for a new site) - [x] Feature request (request for a new functionality) - [ ] Question - [ ] Other --- ### Description of your _issue_, suggested solution and other information It seems VEVO has subtitles on their site despite not displaying them there, only on YouTube. From [this playlist](https://vrl.m.conviva.com/a.mp4?c3.vr=2&c3.ck=c2e8a3a626bd820962a3eadffb15e468ab55327b&c3.rt=m&c3.vp=l&c3.im=d&c3.um=d&c3.r1=http%3A%2F%2Fhls-aws.vevo.com%2Fv3%2Fhls%2F2016%2F07%2FUSH5V1622713%2Ff27f4e03-7554-4b9b-bd83-74e8e42477e2%2Findex_800_wifi.m3u8&c3.r2=http%3A%2F%2Fhls-aka.vevo.com%2Fv3%2Fhls%2F2016%2F07%2FUSH5V1622713%2Ff27f4e03-7554-4b9b-bd83-74e8e42477e2%2Findex_800_wifi.m3u8): ``` #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="English",DEFAULT=NO,AUTOSELECT=YES,FORCED=NO,LANGUAGE="eng",URI="subtitles/subtitles_en.m3u8" ``` And the subtitles are under `http://hls-aws.vevo.com/v3/hls/2016/07/USH5V1622713/f27f4e03-7554-4b9b-bd83-74e8e42477e2/subtitles/en/0001.vtt`, `0002.vtt` and so on. Would be nice if those could be downloaded directly instead of having to download them separately from YouTube.
Author
Owner

@yan12125 commented on GitHub (Jul 8, 2016):

Subtitles in M3U8 are not supported yet.

@yan12125 commented on GitHub (Jul 8, 2016): Subtitles in M3U8 are not supported yet.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#8241
No description provided.