Hey, do you happen to have the subtitles for the membership videos (if they are even available)? I know people only wanna watch for two big reasons, but I kinda want to know what she's saying. If you're using youtube-dl or yt-dlp to download the videos, you can get them (subs only, no need to redownload the video) from the whole playlist by running the following command:
youtube-dl --write-sub --skip-download https://www.youtube.com/playlist?list=UUMOJDUoUiPR9ZwPZvwLpth7Lg
You might have to do one of the following if they're not automatically downloaded in English, however the first command should do it.
youtube-dl --write-sub --sub-lang en --skip-download https://www.youtube.com/playlist?list=UUMOJDUoUiPR9ZwPZvwLpth7Lg
(for auto-generated subtitles)
youtube-dl --sub-lang en --write-auto-sub --skip-download https://www.youtube.com/playlist?list=UUMOJDUoUiPR9ZwPZvwLpth7Lg
Thanks no matter what!