Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.02.08. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
when i watch the file at this link online https://www.6play.fr/scenes-de-menages-p_829/Episodes-du-07-fevrier-c_11885425, it works fine with and without subtitles. the subtitles appear to be generated from an underlying text file (not automatically generated) synced to the playback b/c they are superimposed on top of the video and not "burned" into the video file itself (ie. it's pretty easy to tell when there is an actual underlying subtitle file vs the subtitles being baked into the video itself).
however, when i try to list the subtitles for this video and others on the site that have subtitles i don't see any per :
since it appears there is an underlying subtitle text file there, i would like to know if this is a bug that should be fixed or added as a feature request? or perhaps youtube-dl wasn't meant to support subtitle downloads for all sites by default?
i'm assuming that the underlying subtitle file is available either directly from a site's api or via some other youtube-dl discovery method since the subtitle text file has to stream in order to work at run-time. but maybe these are wrong assumptions.