diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-09-22 01:37:44 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-09-22 02:15:55 +0530 |
commit | 2fa669f759eae6d5c7e608e3ee628f9d60d03e83 (patch) | |
tree | a994bb325804ed528c04208a928cd5830ee81126 /yt_dlp/webvtt.py | |
parent | 8ca48a1a5427040fd708f33a264c10d5d0e85fc1 (diff) | |
download | hypervideo-pre-2fa669f759eae6d5c7e608e3ee628f9d60d03e83.tar.lz hypervideo-pre-2fa669f759eae6d5c7e608e3ee628f9d60d03e83.tar.xz hypervideo-pre-2fa669f759eae6d5c7e608e3ee628f9d60d03e83.zip |
[docs] Misc improvements
Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
Diffstat (limited to 'yt_dlp/webvtt.py')
-rw-r--r-- | yt_dlp/webvtt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/webvtt.py b/yt_dlp/webvtt.py index 23d67a897..1138865ba 100644 --- a/yt_dlp/webvtt.py +++ b/yt_dlp/webvtt.py @@ -140,7 +140,6 @@ class HeaderBlock(Block): A WebVTT block that may only appear in the header part of the file, i.e. before any cue blocks. """ - pass |