Open vDawgg opened 6 months ago
If pytube does not offer subtitles for a video the should be generated using whisper.
A possible wrapper to use is (whisperX)[https://github.com/m-bain/whisperX], which offers alignment of subtitles with timestampts.
Does not need to be implemented until we find cases where subtitles are not accessible via pytube, or we need more precise subtitle alignment.
If pytube does not offer subtitles for a video the should be generated using whisper.
A possible wrapper to use is (whisperX)[https://github.com/m-bain/whisperX], which offers alignment of subtitles with timestampts.