agzam / youtube-sub-extractor.el

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

autogenerated subs #1

Closed agzam closed 1 year ago

agzam commented 1 year ago

The package doesn't support autogenerated subs yet, besides, it looks like the feature is broken in youtube-dl as well: https://github.com/ytdl-org/youtube-dl/issues/29623

agzam commented 1 year ago

Done via switching to https://github.com/yt-dlp/yt-dlp. Had to re-implement the parsing but it works now.