agzam / youtube-sub-extractor.el

Extract YouTube video subtitles
GNU General Public License v3.0
30 stars 1 forks source link

Where is the subtitle stores or how can I save extracted subs as srt/vtt? Thank you very much. #14

Closed suliveevil closed 1 year ago

suliveevil commented 1 year ago

Emacs newbie here, sorry for bothering. 😬

agzam commented 1 year ago

Oh, I never thought about keeping the files. Currently it simply deletes the sub file. Do you need to save them often? For now, maybe you can simply replace this sexp here https://github.com/agzam/youtube-sub-extractor.el/blob/main/youtube-sub-extractor.el#L342 with (message fpath) and get to the file that way.

I'll consider implementing a flag for keeping the sub file.

suliveevil commented 1 year ago

That would be great!

English is my second language, sometimes I want to translate subtitles into my mother language.