aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/webvtt.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-08-19 09:37:32 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-08-19 09:49:29 +0530
commit5dceb21df6e295b8f398f3b78ddac80091cb23ee (patch)
tree585b43cc3c568c2b43b8b7a48f5d86f7e54216f2 /yt_dlp/webvtt.py
parentbf6bdf22de7fb96390cafa9b90c2ae9eba5170bf (diff)
Revert "Remove Python 3.6 support"
This reverts commit 6929b41a216e20f0498cbd99880b17eab16777c9.
Diffstat (limited to 'yt_dlp/webvtt.py')
-rw-r--r--yt_dlp/webvtt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/webvtt.py b/yt_dlp/webvtt.py
index 23d67a897..a423948ae 100644
--- a/yt_dlp/webvtt.py
+++ b/yt_dlp/webvtt.py
@@ -9,8 +9,8 @@ in RFC 8216 ยง3.5 <https://tools.ietf.org/html/rfc8216#section-3.5>.
"""
import io
-import re
+from .compat import re
from .utils import int_or_none, timetuple_from_msec