danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
MIT License
22.85k stars 2.4k forks source link

[Bug]: You tube Transcript is broken #923

Open Geelhem opened 1 week ago

Geelhem commented 1 week ago

What happened?

I was followed last install for go version and yt, but when I type this : yt --transcript https://youtu.be/YWdDk7jjCn0?si=XB35Y_72bPbU0WGT | fabric --stream --pattern extract_wisdom

Version check

Relevant log output

get this : 
zsh: no matches found: https://youtu.be/YWdDk7jjCn0?si=XB35Y_72bPbU0WGT
**SUMMARY**
No summary extracted as there is no input provided.

**IDEAS**
No ideas extracted as there is no input provided.

**INSIGHTS**
No insights extracted as there is no input provided.

**QUOTES**
No quotes extracted as there is no input provided.

**HABITS**
No habits extracted as there is no input provided.

**FACTS**
No facts extracted as there is no input provided.

**REFERENCES**
No references extracted as there is no input provided.

**ONE-SENTENCE TAKEAWAY**
No takeaway extracted as there is no input provided.

**RECOMMENDATIONS**
No recommendations extracted as there is no input provided.%    

Sometime it works but still says video not found but summarises a random video I don't know about.

Relevant screenshots (optional)

image

carvierdotdev commented 1 week ago

What happened?

I was followed last install for go version and yt, but when I type this : yt --transcript youtu.be/YWdDk7jjCn0?si=XB35Y_72bPbU0WGT | fabric --stream --pattern extract_wisdom

Did you use this command instead:

yt https://www.youtube.com/watch?v=lQVcbY52_gY | fabric --pattern extract_wisdom

It's from Helper Apps in the README?

carvierdotdev commented 1 week ago

What happened?

I was followed last install for go version and yt, but when I type this : yt --transcript youtu.be/YWdDk7jjCn0?si=XB35Y_72bPbU0WGT | fabric --stream --pattern extract_wisdom

Also, I saw your issue with the GUI. I think there are a couple of options in development for the Go version, which is why when you run fabric -h, those versions aren't displayed

mohyddintash commented 1 week ago

try wrapping the URL in double quotes yt "https://www.youtube.com/watch?v=lQVcbY52_gY"

yousecjoe commented 4 days ago

The docs need improvements. As others said, you must not use --transcript and your URL must be in double quotes. That got it to work for me.