Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subtitles (second) lines missing for videos from BBC iplayer (extractor = bbc.co.uk) #6038

Closed
Pat38 opened this issue Jun 20, 2015 · 4 comments
Closed

Comments

@Pat38
Copy link

@Pat38 Pat38 commented Jun 20, 2015

Hello everybody,

When downloading subtitles files (*.srt) with the option "--write-sub" or the option "--all-subs" applied on videos from the BBC, the files contain only the first line of each dialogue. All the second lines are missing.

Thank you in advance for fixing this bug.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 20, 2015

@Pat38
Copy link
Author

@Pat38 Pat38 commented Jun 20, 2015

youtube-dl --version
2015.06.15

yan12125 added a commit that referenced this issue Jun 21, 2015
It's found in bbc.co.uk. See #6038
yan12125 added a commit that referenced this issue Jun 21, 2015
It's broken. See #6038
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jun 21, 2015

Thanks for the report. This problem will be fixed in the next version.

I've changed how subtitles are handled in youtube-dl. You need some additional options --convert-subtitles srt to get a .srt file. For example:

youtube-dl --write-sub -v --convert-subtitles srt "http://www.bbc.co.uk/iplayer/episode/b012cnkx/guilty-pleasures-luxury-in-2-the-middle-ages"

There's a known bug. If you use --skip-download, --convert-subtitles is ignored. A current workaround is creating a fake file "Guilty Pleasures - Luxury in..., 2. The Middle Ages-b012cnhl.flv" and omitting --skip-download

@yan12125 yan12125 closed this Jun 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.