Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name of the output buffer #15

Open
edrx opened this issue Dec 6, 2022 · 1 comment
Open

Name of the output buffer #15

edrx opened this issue Dec 6, 2022 · 1 comment

Comments

@edrx
Copy link

edrx commented Dec 6, 2022

Hi Agzam,

is there a way to make youtube-sub-extractor put its output in a buffer with a predefined name, like this one?

  "*yse: SW3Tx-lHX3o*"

I'm trying to write something similar to this - warning: you'll probably be horrified at how low-level-ish my interfaces look! - for youtube-sub-extractor,

http://angg.twu.net/find-yttranscript-links.html

and my current prototype simply lists the buffers with, say, "SW3Tx-lHX3o" in their names and chooses the first one, but things would be much better if I could simply run youtube-sub-extractor in a standard hacky way and then open a buffer with the name that I had chosen, that would not include the title of the video, and that would never have a "<2>" or a "<3>" at its end...

Thanks in advance!

@agzam
Copy link
Owner

agzam commented Jan 27, 2023

I can probably add a hook or two for you to tap on where you could set the buffer name (or some other things) to whatever your heart desires.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants