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 upsubtitles urls only listed when used with "writesubtitles" in extract_info() #23497
Labels
Comments
|
Try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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?