Defuddle now returns Youtube transcripts!

Paste a YouTube link into defuddle·md to get a markdown transcript with timestamps, chapters, and pretty good diarization

...or if you just want to read it, try the new Reader mode in #Obsidian Web Clipper powered by Defuddle

@kepano

qutebrowser - shortcut for Defuddle

Configuration:

1) Open the file at the following path:

~/.config/qutebrowser/config.py

2) Enter the configuration below:

## Command to generate Markdown from web pages or YouTube transcripts

config.bind('ac', 'hint links spawn --detach qutebrowser https://defuddle.md/{hint-url}')
config.bind('aC', 'spawn --detach qutebrowser https://defuddle.md/{url}')

Explanation of the commands: “ac” captures text from a page without opening it, by accessing its hyperlink; “aC” (with the second letter capitalized) captures the text from a page that is already open.

Demo:

https://bolha.tube/w/bVELMvy9uRUyd3PRheEjSX

#Defuddle #qutebrowser #clipping #Markdown