Extract wisdom with yt-dlp #963
Unanswered
TestudoSpatialis
asked this question in
Q&A
Replies: 1 comment
-
I found the following solution by converting it to a srt file. cat light_new.en.srt | fabric --stream --pattern extract_wisdom_dm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
First I want to thank the contributors to this repo, love where it is going.
That being said, I'm encountering an issue with extracting wisdom from youtube videos with the yt-dlp package. The following prompt gives me the output in a vtt file, however I'm unable to extract the wisdom since it extracts wisdom from the output to the console instead of the .vtt file:
yt-dlp --write-auto-sub --sub-lang en --skip-download "https://www.youtube.com/watch?v=bAedYtUredI"
Does anyone have a solution?
Beta Was this translation helpful? Give feedback.
All reactions