dirkf

Results 1768 comments of dirkf

The start offset of subtitles in the file can be checked with some command like this: ``` ffprobe -loglevel repeat+warning -hide_banner -of compact -show_entries "packet=pts_time,duration_time" -read_intervals %in_point -i subtitle_file ```...

There are two problems with the URLs above: * https://video.rmpbs.org/video/native-horse-7kmmxx/ doesn't match because the extractor expects a numeric ID after `video/`: the first two sub-patterns in the `_VALID_URL` need to...

Oops, the `{1,5}` needs to be escaped with double braces as in the last deleted line.

The extractor can fail because both player pages said `We're sorry, but this video is not available.`. Does this always indicate expired content, or may it be a symptom of...

Review #30839 **as asked** to see if your problem is one of the **Known issues** and if it is solved in the master code and nightly release (hint: it appears...

>Review #30839 as asked to see if your problem is one of the Known issues and if it is solved in the master code and nightly release (hint: it appears...

Your log doesn't match OP's. Basically, you need the full fix for #32905 ut even then the result could be like that with _yt-dlp 2024.12.06_: ``` ... WARNING: [youtube:tab] YouTube...