agzam / youtube-sub-extractor.el

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

Auto-subs should always be an option #17

Open agzam opened 1 year ago

agzam commented 1 year ago

It looks like if there's at least one option for (non-generated) subs, getting auto-generated subs becomes problematic.

For example, for this video:

yt-dlp --list-subs --no-simulate --skip-download --no-playlist "https://www.youtube.com/watch?v=OgRFOjVzvm0"

it reports Portuguese translation. But I'm interested in auto-generated English subs. The package won't let me do that.