Joe Martinez
Joe Martinez
I chose to use `--write-auto-subs` because some channels, particularly streamers, upload their live chat instead of subtitles. Here's an [example video](https://youtu.be/LhIaDbF0X6o). This writes an audio transcript: ```bash yt-dlp --skip-download --write-auto-sub...
@bors-ltd you're right about me considering the schema "stable" However I still want to be able to make changes such as an `upload_date` column in the `Videos` table and a...
Added in #144
Proposed solution to finding time stamps from snippet referenced in #178 ```python def find_phrase_indexes(phrase, arr): marks = [] fullText = [] for i, row in enumerate(arr): for word in row[2].strip().split():...
Seeing the same thing on my end, looking into this.
@Nevermetyou65 fixed with user agent randomization and retry methods in https://github.com/NotJoeMartinez/yt-fts/releases/tag/v0.1.62