aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/webvtt.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-12[cleanup] Add more ruff rules (#10149)sepro1-9/+8
2024-03-11[cleanup] Misc (#8968)pukkandan1-1/+1
2023-12-13[webvtt] Fix 15f22b4880b6b3f71f350c64d70976ae65b9f1capukkandan1-1/+1
2023-11-29[webvtt] Allow spaces before newlines for CueBlock (#7681)TSRBerry1-0/+2
2022-11-20[webvtt] Handle premature EOFMarcel1-1/+1
2022-09-22[docs] Misc improvementspukkandan1-1/+0
2022-07-31[webvtt, extractor/youtube] Extract auto-subs from livestream VODspukkandan1-5/+18
2022-07-18Remove Python 3.6 supportpukkandan1-1/+1
2022-05-09[cleanup] Minor fixes (See desc)pukkandan1-1/+1
2022-04-18[compat] Split into sub-modules (#2173)felix1-4/+3
2022-04-18[cleanup] Misc cleanup and refactor (#2173)pukkandan1-8/+2
2022-04-12[cleanup] Sort importspukkandan1-5/+3
2022-04-12[cleanup] Upgrade syntaxpukkandan1-7/+4
2022-04-12[cleanup] Mark some compat variables for removal (#2173)pukkandan1-1/+0
2021-10-19[utils] Standardize timestamp formatting codepukkandan1-6/+2
2021-09-08[WebVTT] Adjust parser to accommodate PBS subtitles (#922)pukkandan1-2/+7
2021-08-10[webvtt] Merge daisy-chained duplicate cues (#638)Felix S1-0/+20
2021-07-12[webtt] Fix timestampspukkandan1-6/+5
2021-04-28[downloader/hls] Remove duplicate cues using a sliding window of candidatesFelix S1-0/+10
2021-04-28[downloader/hls] Assemble single-file WebVTT subtitles from HLS segmentsFelix S1-0/+368