Milo Land

Sub2Pub - Convert Youtube Subtitles to EPUBs

Check out the project files on Codeberg

Converts the subtitles of a Youtube video into an EPUB, using yt-dlp, Calibre, and basic \*nix tools in the shell. This technically works with suto generated subtitles, but it isn't pretty.

yt-dlp

Calibre

Pretty much downloads the raw subtitle file from the YT server, formats everything as an HTML file, and then converst it directly. Works pretty well, and was really fun!