aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/webvtt.py
Commit message (Expand)AuthorAgeFilesLines
* [webvtt] Handle premature EOFMarcel2022-11-201-1/+1
* [docs] Misc improvementspukkandan2022-09-221-1/+0
* [webvtt, extractor/youtube] Extract auto-subs from livestream VODspukkandan2022-07-311-5/+18
* Remove Python 3.6 supportpukkandan2022-07-181-1/+1
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-1/+1
* [compat] Split into sub-modules (#2173)felix2022-04-181-4/+3
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-8/+2
* [cleanup] Sort importspukkandan2022-04-121-5/+3
* [cleanup] Upgrade syntaxpukkandan2022-04-121-7/+4
* [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-121-1/+0
* [utils] Standardize timestamp formatting codepukkandan2021-10-191-6/+2
* [WebVTT] Adjust parser to accommodate PBS subtitles (#922)pukkandan2021-09-081-2/+7
* [webvtt] Merge daisy-chained duplicate cues (#638)Felix S2021-08-101-0/+20
* [webtt] Fix timestampspukkandan2021-07-121-6/+5
* [downloader/hls] Remove duplicate cues using a sliding window of candidatesFelix S2021-04-281-0/+10
* [downloader/hls] Assemble single-file WebVTT subtitles from HLS segmentsFelix S2021-04-281-0/+368