Skip to content

yt --transcript not piping to fabric. #529

Answered by Tanner-Perham
blubomber asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @blubomber - I was having the same issue, I figured it out :)

The Problem: The link you are passing contains a '&' - this is making the command run in the background, so it basically will detatch the command from your terminal, runs it behind the scenes and then dumps the output to your current window.

The Solution: Wrap the whole yt command in brackets! This will stop it from detatching :)
(yt --transcript <YOUR YOUTUBE LINK>) | fabric -sp extract_wisdom

Good luck! Hope that helps!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@blubomber
Comment options

@fearby
Comment options

Answer selected by blubomber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants