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.
subtitles urls only listed when used with "writesubtitles" in extract_info() #23497
Comments
|
Try |
Checklist
Question
I try to gather only subtitles information from youtube videos and therefore use
skip downloadin my YoutubeDL instance. I only need the links to the vtt Subtitles of the Youtube Videos but those will just get attached to the result dict if I also usewritesubtitles.Is there a way to get the subtitle links without having to download the subtitles as file?